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