Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_hash.h346 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos_ex(uint32_t idx, zval *array);
H A Dzend_hash.c622 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.h7084 pos = zend_hash_iterator_pos_ex(Z_FE_ITER_P(EX_VAR(opline->op1.var)), array);
H A Dzend_vm_execute.h22433 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.3/ext/standard/
H A Darray.c1500 pos = zend_hash_iterator_pos_ex(ht_iter, array); in php_array_walk()

Completed in 169 milliseconds