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 fbb9879 commit 6c0d0c8Copy full SHA for 6c0d0c8
Zend/zend_opcode.c
@@ -693,7 +693,8 @@ static zend_bool keeps_op1_alive(zend_op *opline) {
693
|| opline->opcode == ZEND_FETCH_LIST_W
694
|| opline->opcode == ZEND_VERIFY_RETURN_TYPE
695
|| opline->opcode == ZEND_BIND_LEXICAL
696
- || opline->opcode == ZEND_ROPE_ADD;
+ || opline->opcode == ZEND_ROPE_ADD
697
+ || opline->opcode == ZEND_COPY_TMP;
698
}
699
700
/* Live ranges must be sorted by increasing start opline */
0 commit comments