Skip to content

Commit c77e456

Browse files
committed
ws
1 parent 0b64d71 commit c77e456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/Optimizer/zend_inference.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3932,7 +3932,7 @@ int zend_may_throw(const zend_op *opline, zend_op_array *op_array, zend_ssa *ssa
39323932
uint32_t t1 = OP1_INFO();
39333933
uint32_t t2 = OP2_INFO();
39343934

3935-
if (opline->op1_type == IS_CV) {
3935+
if (opline->op1_type == IS_CV) {
39363936
if (t1 & MAY_BE_UNDEF) {
39373937
switch (opline->opcode) {
39383938
case ZEND_UNSET_VAR:

0 commit comments

Comments
 (0)