From: Dmitry Stogov Date: Thu, 2 Jul 2020 21:14:09 +0000 (+0300) Subject: Fixed IS_INDIRECT handling X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eee9a05015ce9012581c0f32d51822727626bbf5;p=php Fixed IS_INDIRECT handling --- 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: