Skip to content

Commit 28157db

Browse files
committed
Handle FETCH_LIST_W in block pass
1 parent 3c72064 commit 28157db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/Optimizer/block_pass.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ static void zend_optimize_block(zend_basic_block *block, zend_op_array *op_array
411411
#endif
412412

413413
case ZEND_FETCH_LIST_R:
414+
case ZEND_FETCH_LIST_W:
414415
if (opline->op1_type & (IS_TMP_VAR|IS_VAR)) {
415416
/* LIST variable will be deleted later by FREE */
416417
Tsource[VAR_NUM(opline->op1.var)] = NULL;

0 commit comments

Comments
 (0)