mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Added missed return
This commit is contained in:
parent
0972a21636
commit
228dd01af3
1 changed files with 1 additions and 0 deletions
|
@ -3940,6 +3940,7 @@ int zend_may_throw(const zend_op *opline, zend_op_array *op_array, zend_ssa *ssa
|
|||
if (opline->extended_value & ZEND_QUICK_SET) {
|
||||
break;
|
||||
}
|
||||
return 1;
|
||||
case ZEND_ISSET_ISEMPTY_DIM_OBJ:
|
||||
case ZEND_ISSET_ISEMPTY_PROP_OBJ:
|
||||
case ZEND_ASSIGN:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue