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
|
@ -155,7 +155,6 @@ ZEND_API const char *zend_get_opcode_name(zend_uchar opcode);
|
|||
#define ZEND_DECLARE_CLASS 139
|
||||
#define ZEND_DECLARE_INHERITED_CLASS 140
|
||||
#define ZEND_DECLARE_FUNCTION 141
|
||||
#define ZEND_RAISE_ABSTRACT_ERROR 142
|
||||
#define ZEND_DECLARE_CONST 143
|
||||
#define ZEND_ADD_INTERFACE 144
|
||||
#define ZEND_DECLARE_INHERITED_CLASS_DELAYED 145
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue