diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2014-12-29 07:54:44 +0100 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2014-12-29 07:54:44 +0100 |
commit | 334b9718d578caa9f4c6d3c2f7e2fb9b65696dc3 (patch) | |
tree | 49d9ec8a09bf98b65890dac0e8722638af355aaf /tests/output/ob_010.phpt | |
parent | 3bd96e0735f45359bc3cff2981acbd34c60770c9 (diff) | |
download | php-git-334b9718d578caa9f4c6d3c2f7e2fb9b65696dc3.tar.gz |
Fix tests I broke with the E_ERROR > E_RECOVERABLE_ERROR change
Diffstat (limited to 'tests/output/ob_010.phpt')
-rw-r--r-- | tests/output/ob_010.phpt | 2 |
1 files changed, 1 insertions, 1 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 |