diff options
| -rw-r--r-- | ext/opcache/jit/zend_jit_x86.dasc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index f8b1f2145d..ef09a54c28 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -5081,6 +5081,8 @@ static int zend_jit_fetch_dimension_address_inner(dasm_State **Dst, const zend_o // zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(offset_key)); | UNDEFINED_INDEX opline | jmp >9 + } else { + | jmp &exit_addr } break; case BP_VAR_IS: |
