Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_hash.h255 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos_ex(uint32_t idx, zval *array);
H A Dzend_hash.c376 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos_ex(uint32_t idx, zval *array) in zend_hash_iterator_pos_ex() function
H A Dzend_vm_def.h6237 pos = zend_hash_iterator_pos_ex(Z_FE_ITER_P(EX_VAR(opline->op1.var)), array);
H A Dzend_vm_execute.h16918 pos = zend_hash_iterator_pos_ex(Z_FE_ITER_P(EX_VAR(opline->op1.var)), array);
/PHP-7.1/ext/standard/
H A Darray.c1467 pos = zend_hash_iterator_pos_ex(ht_iter, array); in php_array_walk()

Completed in 149 milliseconds