Skip to content

Commit b07a2d4

Browse files
committed
Address CR comments
Signed-off-by: Bob Weinand <bobwei9@hotmail.com>
1 parent cd53ce8 commit b07a2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ typedef uint32_t HashPosition;
550550
typedef struct _HashTableIterator {
551551
HashTable *ht;
552552
HashPosition pos;
553-
uint32_t next_copy;
553+
uint32_t next_copy; // circular linked list via index into EG(ht_iterators)
554554
} HashTableIterator;
555555

556556
struct _zend_object {

0 commit comments

Comments
 (0)