Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_hash.h312 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos_ex(uint32_t idx, zval *array);
H A Dzend_hash.c511 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.h6627 pos = zend_hash_iterator_pos_ex(Z_FE_ITER_P(EX_VAR(opline->op1.var)), array);
H A Dzend_vm_execute.h21678 pos = zend_hash_iterator_pos_ex(Z_FE_ITER_P(EX_VAR(opline->op1.var)), array); in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
/PHP-7.4/ext/standard/
H A Darray.c1469 pos = zend_hash_iterator_pos_ex(ht_iter, array); in php_array_walk()

Completed in 219 milliseconds