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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user