Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend.h478 struct _zend_class_entry { struct
482 struct _zend_class_entry *parent; argument
483 int refcount;
484 zend_uint ce_flags;
486 HashTable function_table;
487 HashTable properties_info;
491 HashTable constants_table;
522 zend_uint num_interfaces;
525 zend_uint num_traits;
529 union {
[all …]

Completed in 9 milliseconds