diff --git a/Zend/zend_types.h b/Zend/zend_types.h index 3c7c5a393d4..5b2e72642b4 100644 --- a/Zend/zend_types.h +++ b/Zend/zend_types.h @@ -550,7 +550,7 @@ typedef uint32_t HashPosition; typedef struct _HashTableIterator { HashTable *ht; HashPosition pos; - uint32_t next_copy; + uint32_t next_copy; // circular linked list via index into EG(ht_iterators) } HashTableIterator; struct _zend_object {