Searched refs:zend_hash_iterator_pos (Results 1 – 5 of 5) sorted by relevance
329 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos(uint32_t idx, HashTable *ht);
526 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos(uint32_t idx, HashTable *ht) in zend_hash_iterator_pos() function
6784 pos = zend_hash_iterator_pos(Z_FE_ITER_P(array), fe_ht); in ZEND_VM_HELPER()6988 pos = zend_hash_iterator_pos(Z_FE_ITER_P(EX_VAR(opline->op1.var)), fe_ht);
2720 pos = zend_hash_iterator_pos(Z_FE_ITER_P(array), fe_ht); in zend_fe_fetch_object_helper_SPEC()22039 pos = zend_hash_iterator_pos(Z_FE_ITER_P(EX_VAR(opline->op1.var)), fe_ht); in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
1465 pos = zend_hash_iterator_pos(ht_iter, target_hash); in php_array_walk()
Completed in 200 milliseconds