Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_array.c64 uint32_t ht_iter; member
135 intern->ht_iter = zend_hash_iterator_add(ht, zend_hash_get_current_pos(ht)); in spl_array_create_ht_iter()
136 zend_hash_internal_pointer_reset_ex(ht, &EG(ht_iterators)[intern->ht_iter].pos); in spl_array_create_ht_iter()
143 if (UNEXPECTED(intern->ht_iter == (uint32_t)-1)) { in spl_array_get_pos_ptr()
146 return &EG(ht_iterators)[intern->ht_iter].pos; in spl_array_get_pos_ptr()
155 if (intern->ht_iter != (uint32_t) -1) { in spl_array_object_free_storage()
156 zend_hash_iterator_del(intern->ht_iter); in spl_array_object_free_storage()
263 intern->ht_iter = (uint32_t)-1; in spl_array_object_new_ex()
1069 if (intern->ht_iter == (uint32_t)-1) { in spl_array_rewind()
1135 intern->ht_iter = (uint32_t)-1; in spl_array_set_array()
/PHP-7.4/ext/standard/
H A Darray.c1356 uint32_t ht_iter; in php_array_walk() local
1371 ht_iter = zend_hash_iterator_add(target_hash, pos); in php_array_walk()
1411 EG(ht_iterators)[ht_iter].pos = pos; in php_array_walk()
1469 pos = zend_hash_iterator_pos_ex(ht_iter, array); in php_array_walk()
1473 pos = zend_hash_iterator_pos(ht_iter, target_hash); in php_array_walk()
1484 zend_hash_iterator_del(ht_iter); in php_array_walk()

Completed in 31 milliseconds