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 fe910ad commit d73829eCopy full SHA for d73829e
Zend/zend_partial.c
@@ -515,6 +515,7 @@ static void zend_partial_init_call_trampoline_op(void) {
515
tmp_op_array.opcodes[0].opcode = ZEND_CALL_PARTIAL;
516
ZEND_VM_SET_OPCODE_HANDLER(&tmp_op_array.opcodes[0]);
517
518
+ // TODO: still needed?
519
tmp_op_array.opcodes[1].opcode = ZEND_RETURN;
520
tmp_op_array.opcodes[1].op1_type = IS_CONST;
521
tmp_op_array.opcodes[1].op1.constant = tmp_op_array.last_literal++;
0 commit comments