mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Drop unused RAISE_ABSTRACT_ERROR opcode
Abstract methods are being prevented from being called in DO_FCALL etc.
This commit is contained in:
parent
ab288b01d5
commit
290d71de75
5 changed files with 28 additions and 50 deletions
|
@ -164,7 +164,7 @@ const char *zend_vm_opcodes_map[170] = {
|
|||
"ZEND_DECLARE_CLASS",
|
||||
"ZEND_DECLARE_INHERITED_CLASS",
|
||||
"ZEND_DECLARE_FUNCTION",
|
||||
"ZEND_RAISE_ABSTRACT_ERROR",
|
||||
NULL,
|
||||
"ZEND_DECLARE_CONST",
|
||||
"ZEND_ADD_INTERFACE",
|
||||
"ZEND_DECLARE_INHERITED_CLASS_DELAYED",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue