Skip to content

Commit b016c3c

Browse files
committed
yeet
1 parent b15eba6 commit b016c3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/Optimizer/block_pass.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ static void zend_optimize_block(zend_basic_block *block, zend_op_array *op_array
262262
VAR_SOURCE(opline->op1) = NULL;
263263
}
264264
break;
265-
265+
#if 0
266266
case ZEND_FREE:
267267
/* Note: Only remove the source if the source is local to this block.
268268
* If it's not local, then the other blocks successors must also eventually either FREE or consume the temporary,
@@ -330,7 +330,7 @@ static void zend_optimize_block(zend_basic_block *block, zend_op_array *op_array
330330
}
331331
}
332332
break;
333-
333+
#endif
334334
#if 0
335335
/* pre-evaluate functions:
336336
constant(x)

0 commit comments

Comments
 (0)