| Current Path : /hdd/hdd21/main/php5/php-5.6.6/tests/output/ |
| Current File : //hdd/hdd21/main/php5/php-5.6.6/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