From: Dmitry Stogov Date: Mon, 25 May 2020 15:24:50 +0000 (+0300) Subject: Fixed JIT for SEND_VAR $undefined_cv X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d60988257bb335dce16ff44722bd52ee49738d78;p=php Fixed JIT for SEND_VAR $undefined_cv --- diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index 11179f696b..138ca91a19 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -8983,6 +8983,8 @@ static int zend_jit_send_var(dasm_State **Dst, const zend_op *opline, const zend if (op1_info & (MAY_BE_ANY|MAY_BE_REF)) { | jmp >7 |.code + } else { + return 1; } }