Skip to content

Commit eee9a05

Browse files
committed
Fixed IS_INDIRECT handling
1 parent fe1052b commit eee9a05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5081,6 +5081,8 @@ static int zend_jit_fetch_dimension_address_inner(dasm_State **Dst, const zend_o
50815081
// zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(offset_key));
50825082
| UNDEFINED_INDEX opline
50835083
| jmp >9
5084+
} else {
5085+
| jmp &exit_addr
50845086
}
50855087
break;
50865088
case BP_VAR_IS:

0 commit comments

Comments
 (0)