-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/tests/output/
File Upload :
Current File : //usr/src/php/tests/output/ob_010.phpt

--TEST--
output buffering - fatalism
--FILE--
<?php
function obh($s)
{
	print_r($s, 1);
}
ob_start("obh");
echo "foo\n";
?>
--EXPECTF--
Fatal error: print_r(): Cannot use output buffering in output buffering display handlers in %sob_010.php on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee