php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <zend_types.h>
Data Fields | ||
uint32_t | refcount | |
union { | ||
uint32_t type_info | ||
} | u | |
Definition at line 362 of file zend_types.h.
uint32_t _zend_refcounted_h::refcount |
Definition at line 363 of file zend_types.h.
uint32_t _zend_refcounted_h::type_info |
Definition at line 365 of file zend_types.h.
union { ... } _zend_refcounted_h::u |