Skip to content

Commit b740dfd

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

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
@@ -533,7 +533,7 @@ typedef uint32_t HashPosition;
533533
typedef struct _HashTableIterator {
534534
HashTable *ht;
535535
HashPosition pos;
536-
uint32_t next_copy;
536+
uint32_t next_copy; // circular linked list via index into EG(ht_iterators)
537537
} HashTableIterator;
538538

539539
struct _zend_object {

0 commit comments

Comments
 (0)