Skip to content

Commit f2e4fc3

Browse files
committed
Fixed ext/opcache/tests/bug70207.phpt
1 parent 1a14533 commit f2e4fc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/Optimizer/zend_optimizer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ int zend_optimizer_update_op2_const(zend_op_array *op_array,
228228
{
229229
switch (opline->opcode) {
230230
case ZEND_ASSIGN_REF:
231+
case ZEND_FAST_CALL:
231232
zval_dtor(val);
232233
return 0;
233234
case ZEND_FETCH_CLASS:

0 commit comments

Comments
 (0)