Fix tests I broke with the E_ERROR > E_RECOVERABLE_ERROR change

This commit is contained in:
Kalle Sommer Nielsen 2014-12-29 07:54:44 +01:00
parent 3bd96e0735
commit 334b9718d5
3 changed files with 3 additions and 3 deletions

View File

@ -10,4 +10,4 @@ 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
Catchable fatal error: print_r(): Cannot use output buffering in output buffering display handlers in %sob_010.php on line %d

View File

@ -10,4 +10,4 @@ ob_start("obh");
echo "foo\n";
?>
--EXPECTF--
Fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %sob_011.php on line %d
Catchable fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %sob_011.php on line %d

View File

@ -20,4 +20,4 @@ var_dump(ob_start('f'));
echo "done";
?>
--EXPECTF--
Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %s on line 9
Catchable fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %s on line 9