mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
ws
This commit is contained in:
parent
0b64d71109
commit
c77e45610c
1 changed files with 1 additions and 1 deletions
|
@ -3932,7 +3932,7 @@ int zend_may_throw(const zend_op *opline, zend_op_array *op_array, zend_ssa *ssa
|
|||
uint32_t t1 = OP1_INFO();
|
||||
uint32_t t2 = OP2_INFO();
|
||||
|
||||
if (opline->op1_type == IS_CV) {
|
||||
if (opline->op1_type == IS_CV) {
|
||||
if (t1 & MAY_BE_UNDEF) {
|
||||
switch (opline->opcode) {
|
||||
case ZEND_UNSET_VAR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue