This commit is contained in:
Dmitry Stogov 2017-07-14 11:15:39 +03:00
parent 0b64d71109
commit c77e45610c

View file

@ -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 t1 = OP1_INFO();
uint32_t t2 = OP2_INFO(); uint32_t t2 = OP2_INFO();
if (opline->op1_type == IS_CV) { if (opline->op1_type == IS_CV) {
if (t1 & MAY_BE_UNDEF) { if (t1 & MAY_BE_UNDEF) {
switch (opline->opcode) { switch (opline->opcode) {
case ZEND_UNSET_VAR: case ZEND_UNSET_VAR: