-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
output buffering - ob_end_flush
--FILE--
<?php
ob_start();
echo "foo\n";
ob_end_flush();
var_dump(ob_get_level());
?>
--EXPECT--
foo
int(0)

Copyright © 2017 || Recoded By Mr.Bumblebee