Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_hash.h254 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos(uint32_t idx, HashTable *ht);
H A Dzend_hash.c355 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos(uint32_t idx, HashTable *ht) in zend_hash_iterator_pos() function
H A Dzend_vm_def.h6102 pos = zend_hash_iterator_pos(Z_FE_ITER_P(array), fe_ht);
6290 pos = zend_hash_iterator_pos(Z_FE_ITER_P(EX_VAR(opline->op1.var)), fe_ht);
H A Dzend_vm_execute.h16783 pos = zend_hash_iterator_pos(Z_FE_ITER_P(array), fe_ht);
16971 pos = zend_hash_iterator_pos(Z_FE_ITER_P(EX_VAR(opline->op1.var)), fe_ht);
/PHP-7.1/ext/standard/
H A Darray.c1471 pos = zend_hash_iterator_pos(ht_iter, target_hash); in php_array_walk()

Completed in 161 milliseconds