Searched refs:ZEND_HASH_NEXT_ELEMENT (Results 1 – 1 of 1) sorted by relevance
1009 #define ZEND_HASH_NEXT_ELEMENT(_el, _size) \ macro1020 for (; _count > 0; _z = ZEND_HASH_NEXT_ELEMENT(_z, _size), _count--) { \
Completed in 8 milliseconds