mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fix tests I broke with the E_ERROR > E_RECOVERABLE_ERROR change
This commit is contained in:
parent
3bd96e0735
commit
334b9718d5
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user