Skip to content

Commit 9107896

Browse files
committed
Avoid FREE for INCLUDE_OR_EVAL
1 parent 9558f84 commit 9107896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_compile.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,7 @@ static void zend_do_free(znode *op1) /* {{{ */
799799
case ZEND_DO_FCALL_BY_NAME:
800800
case ZEND_YIELD:
801801
case ZEND_YIELD_FROM:
802+
case ZEND_INCLUDE_OR_EVAL:
802803
SET_UNUSED(opline->result);
803804
return;
804805
}

0 commit comments

Comments
 (0)