Home
last modified time | relevance | path

Searched defs:ht_iterators (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_globals.h259 HashTableIterator *ht_iterators; member
H A Dzend_vm_def.h6916 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos; in ZEND_VM_HELPER() local
7101 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos + 1; variable
H A Dzend_vm_execute.h2882 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos; in zend_fe_fetch_object_helper_SPEC() local
22553 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos + 1; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
22573 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
22633 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
/PHP-8.2/ext/standard/
H A Darray.c1531 EG(ht_iterators)[ht_iter].pos = pos; in php_array_walk() local

Completed in 190 milliseconds