php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <zend_compile.h>
Data Fields | |
uint32_t | offset |
uint32_t | flags |
zend_string * | name |
zend_string * | doc_comment |
HashTable * | attributes |
zend_class_entry * | ce |
zend_type | type |
const zend_property_info * | prototype |
zend_function ** | hooks |
Definition at line 446 of file zend_compile.h.
HashTable* _zend_property_info::attributes |
Definition at line 452 of file zend_compile.h.
zend_class_entry* _zend_property_info::ce |
Definition at line 453 of file zend_compile.h.
zend_string* _zend_property_info::doc_comment |
Definition at line 451 of file zend_compile.h.
uint32_t _zend_property_info::flags |
Definition at line 449 of file zend_compile.h.
zend_function** _zend_property_info::hooks |
Definition at line 456 of file zend_compile.h.
zend_string* _zend_property_info::name |
Definition at line 450 of file zend_compile.h.
uint32_t _zend_property_info::offset |
Definition at line 447 of file zend_compile.h.
const zend_property_info* _zend_property_info::prototype |
Definition at line 455 of file zend_compile.h.
zend_type _zend_property_info::type |
Definition at line 454 of file zend_compile.h.