-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/tests/output/
File Upload :
Current File : //usr/src/php/tests/output/ob_009.phpt

--TEST--
output buffering - ob_get_flush
--FILE--
<?php
ob_start();
echo "foo\n";
var_dump(ob_get_flush());
?>
--EXPECT--
foo
string(4) "foo
"

Copyright © 2017 || Recoded By Mr.Bumblebee