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