mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Address CR comments
Signed-off-by: Bob Weinand <bobwei9@hotmail.com>
This commit is contained in:
parent
cd53ce838a
commit
b07a2d4714
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user