| Current Path : /hdd/hdd12/install/php/php-7.4.32/tests/output/ |
| Current File : //hdd/hdd12/install/php/php-7.4.32/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 "