mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Drop unused INIT_STRING opcode
INIT_STRING has been implemented as an UNUSED op1 to ADD_* for some time now.
This commit is contained in:
parent
290d71de75
commit
67a11b61cd
5 changed files with 26 additions and 85 deletions
|
@ -75,7 +75,7 @@ const char *zend_vm_opcodes_map[170] = {
|
|||
"ZEND_BRK",
|
||||
"ZEND_CONT",
|
||||
"ZEND_BOOL",
|
||||
"ZEND_INIT_STRING",
|
||||
NULL,
|
||||
"ZEND_ADD_CHAR",
|
||||
"ZEND_ADD_STRING",
|
||||
"ZEND_ADD_VAR",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue