Skip to content

Commit 228dd01

Browse files
committed
Added missed return
1 parent 0972a21 commit 228dd01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/Optimizer/zend_inference.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3940,6 +3940,7 @@ int zend_may_throw(const zend_op *opline, zend_op_array *op_array, zend_ssa *ssa
39403940
if (opline->extended_value & ZEND_QUICK_SET) {
39413941
break;
39423942
}
3943+
return 1;
39433944
case ZEND_ISSET_ISEMPTY_DIM_OBJ:
39443945
case ZEND_ISSET_ISEMPTY_PROP_OBJ:
39453946
case ZEND_ASSIGN:

0 commit comments

Comments
 (0)