From: Kalle Sommer Nielsen Date: Mon, 29 Dec 2014 06:54:44 +0000 (+0100) Subject: Fix tests I broke with the E_ERROR > E_RECOVERABLE_ERROR change X-Git-Tag: PRE_PHP7_REMOVALS~33^2~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=334b9718d578caa9f4c6d3c2f7e2fb9b65696dc3;p=php Fix tests I broke with the E_ERROR > E_RECOVERABLE_ERROR change --- diff --git a/tests/output/ob_010.phpt b/tests/output/ob_010.phpt index 24d650c50d..3e0c1a46e5 100644 --- a/tests/output/ob_010.phpt +++ b/tests/output/ob_010.phpt @@ -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 diff --git a/tests/output/ob_011.phpt b/tests/output/ob_011.phpt index 35b0388339..a411debe17 100644 --- a/tests/output/ob_011.phpt +++ b/tests/output/ob_011.phpt @@ -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 diff --git a/tests/output/ob_start_error_005.phpt b/tests/output/ob_start_error_005.phpt index 134f2249b7..ebe625504b 100644 --- a/tests/output/ob_start_error_005.phpt +++ b/tests/output/ob_start_error_005.phpt @@ -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