From cf3b133a86e45fddf862d3d0dc579d51d661afa8 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 26 May 2020 10:13:57 +0300 Subject: [PATCH] Fixed JIT for SEND_VAR $undefined_cv --- ext/opcache/jit/zend_jit_x86.dasc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index 11179f696b3..d0b18472716 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -8983,6 +8983,9 @@ 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 { + |7: + return 1; } }