File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/output/ob_start_callback_bad_return Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ while (1) {
18
18
19
19
?>
20
20
--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
22
22
23
23
Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line %d
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ while (1) {
18
18
19
19
?>
20
20
--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
22
22
23
23
Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line %d
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ while (1) {
18
18
19
19
?>
20
20
--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
22
22
23
23
Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line %d
You can’t perform that action at this time.
0 commit comments