From c77e45610c22e29b5f4ad7234e38a1f4e2498937 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 14 Jul 2017 11:15:39 +0300 Subject: [PATCH] ws --- ext/opcache/Optimizer/zend_inference.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opcache/Optimizer/zend_inference.c b/ext/opcache/Optimizer/zend_inference.c index b44b65ea85d..4e2ea2549cc 100644 --- a/ext/opcache/Optimizer/zend_inference.c +++ b/ext/opcache/Optimizer/zend_inference.c @@ -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: