Home
last modified time | relevance | path

Searched defs:_zend_array (Results 1 – 1 of 1) sorted by relevance

/php-src/Zend/
H A Dzend_types.h388 struct _zend_array { struct
389 zend_refcounted_h gc;
390 union {
399 } u;
400 uint32_t nTableMask;
401 union {
406 uint32_t nNumUsed;
407 uint32_t nNumOfElements;
408 uint32_t nTableSize;
409 uint32_t nInternalPointer;
[all …]

Completed in 17 milliseconds