We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e50c8d commit 1eaa527Copy full SHA for 1eaa527
Zend/zend_opcode.c
@@ -903,7 +903,8 @@ static bool keeps_op1_alive(zend_op *opline) {
903
|| opline->opcode == ZEND_MATCH_ERROR
904
|| opline->opcode == ZEND_FETCH_LIST_R
905
|| opline->opcode == ZEND_FETCH_LIST_W
906
- || opline->opcode == ZEND_COPY_TMP) {
+ || opline->opcode == ZEND_COPY_TMP
907
+ || opline->opcode == ZEND_EXT_STMT) {
908
return 1;
909
}
910
ZEND_ASSERT(opline->opcode != ZEND_FE_FETCH_R
0 commit comments