mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fix bug #21800 - initialize opcode handlers in interactive mode
This commit is contained in:
parent
f58cc5d28a
commit
efafae1427
@ -883,6 +883,7 @@ void execute_new_code(TSRMLS_D)
|
||||
opline->op2.u.constant.is_ref = 1;
|
||||
opline->op2.u.constant.refcount = 2;
|
||||
}
|
||||
opline->handler = zend_opcode_handlers[opline->opcode];
|
||||
opline++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user