Skip to content

Commit 1cb076f

Browse files
Update exception_handler.phpt
1 parent 40aa105 commit 1cb076f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/output/ob_start_callback_bad_return/exception_handler.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ return_zero: <<<Inside of return_zero
127127
Testing: return_non_stringable
128128
ErrorException: ob_end_flush(): Returning a non-string result from user output handler return_non_stringable is deprecated in %s:%d
129129
Stack trace:
130-
#0 [internal function]: {closure:%s:%d}(8192, 'ob_end_flush():...', '/usr/src/php/te...', 69)
130+
#0 [internal function]: {closure:%s:%d}(8192, 'ob_end_flush():...', %s, 69)
131131
#1 %s(%d): ob_end_flush()
132132
#2 {main}
133133

@@ -138,7 +138,7 @@ return_non_stringable: <<<Inside of return_non_stringable
138138
Testing: return_stringable
139139
ErrorException: ob_end_flush(): Returning a non-string result from user output handler return_stringable is deprecated in %s:%d
140140
Stack trace:
141-
#0 [internal function]: {closure:%s:%d}(8192, 'ob_end_flush():...', '/usr/src/php/te...', 69)
141+
#0 [internal function]: {closure:%s:%d}(8192, 'ob_end_flush():...', %s, 69)
142142
#1 %s(%d): ob_end_flush()
143143
#2 {main}
144144

0 commit comments

Comments
 (0)