php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | ||
union { | ||
struct { | ||
zend_fcall_info_cache fcc | ||
zval zv | ||
} initializer | ||
zend_object * instance | ||
} | u | |
zend_lazy_object_flags_t | flags | |
int | lazy_properties_count | |
Information about each lazy object is stored outside of zend_objects, in EG(lazy_objects_store). For ghost objects, we can release this after the object is initialized.
Definition at line 57 of file zend_lazy_objects.c.
zend_fcall_info_cache _zend_lazy_object_info::fcc |
Definition at line 60 of file zend_lazy_objects.c.
zend_lazy_object_flags_t _zend_lazy_object_info::flags |
Definition at line 65 of file zend_lazy_objects.c.
struct { ... } _zend_lazy_object_info::initializer |
zend_object* _zend_lazy_object_info::instance |
Definition at line 63 of file zend_lazy_objects.c.
int _zend_lazy_object_info::lazy_properties_count |
Definition at line 66 of file zend_lazy_objects.c.
union { ... } _zend_lazy_object_info::u |
zval _zend_lazy_object_info::zv |
Definition at line 61 of file zend_lazy_objects.c.