ht_iterators_slots 181 Zend/zend_execute_API.c EG(ht_iterators_count) = sizeof(EG(ht_iterators_slots)) / sizeof(HashTableIterator); ht_iterators_slots 183 Zend/zend_execute_API.c EG(ht_iterators) = EG(ht_iterators_slots); ht_iterators_slots 184 Zend/zend_execute_API.c memset(EG(ht_iterators), 0, sizeof(EG(ht_iterators_slots))); ht_iterators_slots 407 Zend/zend_execute_API.c if (EG(ht_iterators) != EG(ht_iterators_slots)) { ht_iterators_slots 219 Zend/zend_globals.h HashTableIterator ht_iterators_slots[16]; ht_iterators_slots 352 Zend/zend_hash.c if (EG(ht_iterators) == EG(ht_iterators_slots)) { ht_iterators_slots 354 Zend/zend_hash.c memcpy(EG(ht_iterators), EG(ht_iterators_slots), sizeof(HashTableIterator) * EG(ht_iterators_count));