Home
last modified time | relevance | path

Searched defs:_zend_class_entry (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/Zend/
H A Dzend.h116 struct _zend_class_entry { struct
119 struct _zend_class_entry *parent; argument
120 int refcount;
121 uint32_t ce_flags;
128 HashTable function_table;
129 HashTable properties_info;
130 HashTable constants_table;
158 uint32_t num_interfaces;
159 uint32_t num_traits;
166 union {
[all …]

Completed in 8 milliseconds