1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 21:52:36 +02:00

Fixed JIT for SEND_VAR $undefined_cv

This commit is contained in:
Dmitry Stogov
2020-05-25 18:24:50 +03:00
parent 4aa8678306
commit d60988257b

View File

@@ -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;
}
}