php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <zend_types.h>
Data Fields | |
zend_refcounted_h | gc |
uint32_t | handle |
uint32_t | extra_flags |
zend_class_entry * | ce |
const zend_object_handlers * | handlers |
HashTable * | properties |
zval | properties_table [1] |
Definition at line 556 of file zend_types.h.
zend_class_entry* _zend_object::ce |
Definition at line 560 of file zend_types.h.
uint32_t _zend_object::extra_flags |
Definition at line 559 of file zend_types.h.
zend_refcounted_h _zend_object::gc |
Definition at line 557 of file zend_types.h.
uint32_t _zend_object::handle |
Definition at line 558 of file zend_types.h.
const zend_object_handlers* _zend_object::handlers |
Definition at line 561 of file zend_types.h.
HashTable* _zend_object::properties |
Definition at line 562 of file zend_types.h.
zval _zend_object::properties_table[1] |
Definition at line 563 of file zend_types.h.