|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <zend_types.h>
Data Fields | ||
| zend_refcounted_h | gc | |
| union { | ||
| struct { | ||
| } v | ||
| uint32_t flags | ||
| } | u | |
| uint32_t | nTableMask | |
| union { | ||
| uint32_t * arHash | ||
| Bucket * arData | ||
| zval * arPacked | ||
| }; | ||
| uint32_t | nNumUsed | |
| uint32_t | nNumOfElements | |
| uint32_t | nTableSize | |
| uint32_t | nInternalPointer | |
| zend_long | nNextFreeElement | |
| dtor_func_t | pDestructor | |
Definition at line 388 of file zend_types.h.
| union { ... } _zend_array |
| Bucket* _zend_array::arData |
Definition at line 403 of file zend_types.h.
| uint32_t* _zend_array::arHash |
Definition at line 402 of file zend_types.h.
| zval* _zend_array::arPacked |
Definition at line 404 of file zend_types.h.
| uint32_t _zend_array::flags |
Definition at line 398 of file zend_types.h.
| zend_refcounted_h _zend_array::gc |
Definition at line 389 of file zend_types.h.
| uint32_t _zend_array::nInternalPointer |
Definition at line 409 of file zend_types.h.
| zend_long _zend_array::nNextFreeElement |
Definition at line 410 of file zend_types.h.
| uint32_t _zend_array::nNumOfElements |
Definition at line 407 of file zend_types.h.
| uint32_t _zend_array::nNumUsed |
Definition at line 406 of file zend_types.h.
| uint32_t _zend_array::nTableMask |
Definition at line 400 of file zend_types.h.
| uint32_t _zend_array::nTableSize |
Definition at line 408 of file zend_types.h.
| dtor_func_t _zend_array::pDestructor |
Definition at line 411 of file zend_types.h.
| union { ... } _zend_array::u |
| struct { ... } _zend_array::v |