Home
last modified time | relevance | path

Searched refs:copy_iter (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_hash.c577 HashTableIterator *copy_iter; in zend_hash_iterator_find_copy_pos() local
579 copy_iter = EG(ht_iterators) + next_idx; in zend_hash_iterator_find_copy_pos()
580 if (copy_iter->ht == ht) { in zend_hash_iterator_find_copy_pos()
590 iter->ht = copy_iter->ht; in zend_hash_iterator_find_copy_pos()
591 iter->pos = copy_iter->pos; in zend_hash_iterator_find_copy_pos()
595 next_idx = copy_iter->next_copy; in zend_hash_iterator_find_copy_pos()
2355 HashTableIterator *copy_iter = EG(ht_iterators) + copy_idx; in zend_array_dup_ht_iterators() local
2356 copy_iter->next_copy = iter->next_copy; in zend_array_dup_ht_iterators()

Completed in 14 milliseconds