From 334b9718d578caa9f4c6d3c2f7e2fb9b65696dc3 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Mon, 29 Dec 2014 07:54:44 +0100 Subject: Fix tests I broke with the E_ERROR > E_RECOVERABLE_ERROR change --- tests/output/ob_010.phpt | 2 +- tests/output/ob_011.phpt | 2 +- tests/output/ob_start_error_005.phpt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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 -- cgit v1.2.1