summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2014-12-29 07:54:44 +0100
committerKalle Sommer Nielsen <kalle@php.net>2014-12-29 07:54:44 +0100
commit334b9718d578caa9f4c6d3c2f7e2fb9b65696dc3 (patch)
tree49d9ec8a09bf98b65890dac0e8722638af355aaf /tests
parent3bd96e0735f45359bc3cff2981acbd34c60770c9 (diff)
downloadphp-git-334b9718d578caa9f4c6d3c2f7e2fb9b65696dc3.tar.gz
Fix tests I broke with the E_ERROR > E_RECOVERABLE_ERROR change
Diffstat (limited to 'tests')
-rw-r--r--tests/output/ob_010.phpt2
-rw-r--r--tests/output/ob_011.phpt2
-rw-r--r--tests/output/ob_start_error_005.phpt2
3 files changed, 3 insertions, 3 deletions
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