| 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_004.phpt |
--TEST-- output buffering - ob_clean --FILE-- <?php ob_start(); echo "foo\n"; ob_clean(); echo "bar\n"; ?> --EXPECT-- bar