Skip to content

Commit 87756d7

Browse files
Update tests for rebase
1 parent 541028c commit 87756d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/output/ob_start_callback_bad_return/handler_false_removed.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ while (1) {
1818

1919
?>
2020
--EXPECTF--
21-
Deprecated: main(): Returning a non-string result from user output handler Closure::__invoke is deprecated in %s on line %d
21+
Deprecated: main(): Returning a non-string result from user output handler {closure:%s:%d} is deprecated in %s on line %d
2222

2323
Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line %d

tests/output/ob_start_callback_bad_return/handler_true_removed.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ while (1) {
1818

1919
?>
2020
--EXPECTF--
21-
Deprecated: main(): Returning a non-string result from user output handler Closure::__invoke is deprecated in %s on line %d
21+
Deprecated: main(): Returning a non-string result from user output handler {closure:%s:%d} is deprecated in %s on line %d
2222

2323
Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line %d

tests/output/ob_start_callback_bad_return/handler_zero_removed.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ while (1) {
1818

1919
?>
2020
--EXPECTF--
21-
Deprecated: main(): Returning a non-string result from user output handler Closure::__invoke is deprecated in %s on line %d
21+
Deprecated: main(): Returning a non-string result from user output handler {closure:%s:%d} is deprecated in %s on line %d
2222

2323
Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line %d

0 commit comments

Comments
 (0)