From: [EMAIL PROTECTED]
Operating system: Linux SuSE 6.3 - Apache
PHP version: 4.0.5
PHP Bug Type: Scripting Engine problem
Bug description: flush() in functions - behaviour wrong?
<?php
function test() {
print("1");
flush();
}
print("0".test());
?>
RESULT: 10
I think thats wrong!
- Hans
--
Edit Bug report at: http://bugs.php.net/?id=10584&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]