mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge zend_class_entry.create_object and zend_class_entry.interface_gets_implemented into the same memory lacation. The first used only by classes, the second only by magic interfaces.
This commit is contained in:
parent
432c4e77a8
commit
5e8977bd62
3 changed files with 4 additions and 4 deletions
|
@ -202,7 +202,6 @@ typedef struct _zend_fcall_info_cache {
|
|||
class_container.serialize = NULL; \
|
||||
class_container.unserialize = NULL; \
|
||||
class_container.create_object = NULL; \
|
||||
class_container.interface_gets_implemented = NULL; \
|
||||
class_container.get_static_method = NULL; \
|
||||
class_container.__call = NULL; \
|
||||
class_container.__callstatic = NULL; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue