--- embedaddon/php/tests/output/ob_start_error_004.phpt 2012/02/21 23:48:06 1.1.1.1 +++ embedaddon/php/tests/output/ob_start_error_004.phpt 2012/05/29 12:34:34 1.1.1.2 @@ -15,4 +15,8 @@ var_dump(ob_start(array($c, 'f'))); echo "done" ?> --EXPECTF-- -Catchable fatal error: Object of class C could not be converted to string in %s on line 11 \ No newline at end of file +Warning: ob_start(): class 'C' does not have a method 'f' in %s on line %d + +Notice: ob_start(): failed to create buffer in %s on line 11 +bool(false) +done