]> granicus.if.org Git - php/commitdiff
Fix tests I broke with the E_ERROR > E_RECOVERABLE_ERROR change
authorKalle Sommer Nielsen <kalle@php.net>
Mon, 29 Dec 2014 06:54:44 +0000 (07:54 +0100)
committerKalle Sommer Nielsen <kalle@php.net>
Mon, 29 Dec 2014 06:54:44 +0000 (07:54 +0100)
tests/output/ob_010.phpt
tests/output/ob_011.phpt
tests/output/ob_start_error_005.phpt

index 24d650c50d803df59cf177e6fb9af4194ff6d916..3e0c1a46e54e1ecdd2369bd6b310b230756b768d 100644 (file)
@@ -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
index 35b038833907fba53c87d40a5d7193db73a1262c..a411debe176ce8d432a2f7b9d9d10bc960fcb352 100644 (file)
@@ -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
index 134f2249b77e96ef6828738b4cea026b27312cfb..ebe625504b01842ac5fee2a9c98ba81d8dd1411a 100644 (file)
@@ -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