Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.h446 typedef struct _zend_property_info { struct
447 uint32_t offset; /* property offset for object properties or
449 uint32_t flags;
450 zend_string *name;
451 zend_string *doc_comment;
452 HashTable *attributes;
453 zend_class_entry *ce;
454 zend_type type;
455 const zend_property_info *prototype;
456 zend_function **hooks;

Completed in 17 milliseconds