Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Zend/Optimizer/zend_dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ ZEND_API void zend_dump_op_array(const zend_op_array *op_array, uint32_t dump_fl
}
if (op_array->try_catch_array[i].finally_end) {
fprintf(stderr,
", %04u",
", %04u\n",
op_array->try_catch_array[i].finally_end);
} else {
fprintf(stderr, ", -\n");
Expand Down
1 change: 1 addition & 0 deletions ext/opcache/tests/opt/gh18107_1.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ $_main:
0011 FAST_RET T5
EXCEPTION TABLE:
0006, -, 0007, 0011

Fatal error: Uncaught Exception: Should happen in %s:%d
Stack trace:
#0 {main}
Expand Down
1 change: 1 addition & 0 deletions ext/opcache/tests/opt/gh18107_2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ $_main:
0015 RETURN int(1)
EXCEPTION TABLE:
0006, 0006, 0010, 0014

Fatal error: Uncaught Exception: Should happen in %s:%d
Stack trace:
#0 {main}
Expand Down