1 2 3 4 5 6 7 8 9
--TEST-- output buffering - ob_start --FILE-- <?php ob_start(); echo "foo\n"; ?> --EXPECT-- foo