summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2018-07-12 17:09:40 +0300
committerDmitry Stogov <dmitry@zend.com>2018-07-12 17:09:40 +0300
commit5e8977bd626105fb45b54d9d65ef48a31d5e15ec (patch)
treebfc175f4e502335751be86b2067bc872b00b3e80 /Zend/zend_API.h
parent432c4e77a8c19170d1995e3b5132425c06ec3805 (diff)
downloadphp-git-5e8977bd626105fb45b54d9d65ef48a31d5e15ec.tar.gz
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.
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index d450c4dd21..3bd2471dda 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -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; \