Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 334b971

Browse filesBrowse files
committed
Fix tests I broke with the E_ERROR > E_RECOVERABLE_ERROR change
1 parent 3bd96e0 commit 334b971
Copy full SHA for 334b971

File tree

3 files changed

+3
-3
lines changed
Filter options

3 files changed

+3
-3
lines changed

‎tests/output/ob_010.phpt

Copy file name to clipboardExpand all lines: tests/output/ob_010.phpt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ ob_start("obh");
1010
echo "foo\n";
1111
?>
1212
--EXPECTF--
13-
Fatal error: print_r(): Cannot use output buffering in output buffering display handlers in %sob_010.php on line %d
13+
Catchable fatal error: print_r(): Cannot use output buffering in output buffering display handlers in %sob_010.php on line %d

‎tests/output/ob_011.phpt

Copy file name to clipboardExpand all lines: tests/output/ob_011.phpt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ ob_start("obh");
1010
echo "foo\n";
1111
?>
1212
--EXPECTF--
13-
Fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %sob_011.php on line %d
13+
Catchable fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %sob_011.php on line %d

‎tests/output/ob_start_error_005.phpt

Copy file name to clipboardExpand all lines: tests/output/ob_start_error_005.phpt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ var_dump(ob_start('f'));
2020
echo "done";
2121
?>
2222
--EXPECTF--
23-
Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %s on line 9
23+
Catchable fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %s on line 9

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.