Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_hash.h354 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos_ex(uint32_t idx, zval *array);
H A Dzend_hash.c563 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.h6986 pos = zend_hash_iterator_pos_ex(Z_FE_ITER_P(EX_VAR(opline->op1.var)), array);
H A Dzend_vm_execute.h22137 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-8.2/ext/standard/
H A Darray.c1414 pos = zend_hash_iterator_pos_ex(ht_iter, array); in php_array_walk()

Completed in 181 milliseconds