Skip to content

Commit d609882

Browse files
committed
Fixed JIT for SEND_VAR $undefined_cv
1 parent 4aa8678 commit d609882

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
@@ -8983,6 +8983,8 @@ static int zend_jit_send_var(dasm_State **Dst, const zend_op *opline, const zend
89838983
if (op1_info & (MAY_BE_ANY|MAY_BE_REF)) {
89848984
| jmp >7
89858985
|.code
8986+
} else {
8987+
return 1;
89868988
}
89878989
}
89888990

0 commit comments

Comments
 (0)