Searched refs:ht_iterators (Results 1 – 10 of 10) sorted by relevance
539 HashTableIterator *iter = EG(ht_iterators); in zend_hash_iterator_add()550 idx = iter - EG(ht_iterators); in zend_hash_iterator_add()563 …EG(ht_iterators) = erealloc(EG(ht_iterators), sizeof(HashTableIterator) * (EG(ht_iterators_count) … in zend_hash_iterator_add()570 idx = iter - EG(ht_iterators); in zend_hash_iterator_add()584 copy_iter = EG(ht_iterators) + next_idx; in zend_hash_iterator_find_copy_pos()676 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_remove()713 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_update()726 HashTableIterator *iter = EG(ht_iterators); in zend_hash_iterators_advance()1342 HashTableIterator *iter = EG(ht_iterators); in zend_hash_rehash()1435 HashTableIterator *iter = EG(ht_iterators); in zend_hash_iterators_clamp_max()[all …]
306 EG(ht_iterators)[hooked_iter->dynamic_prop_it].pos = pos; in zho_it_move_forward() local323 EG(ht_iterators)[hooked_iter->dynamic_prop_it].pos = zho_num_backed_props(Z_OBJ(iter->data)); in zho_it_rewind() local
267 HashTableIterator *ht_iterators; member
188 EG(ht_iterators) = EG(ht_iterators_slots); in init_executor()189 memset(EG(ht_iterators), 0, sizeof(EG(ht_iterators_slots))); in init_executor()506 if (EG(ht_iterators) != EG(ht_iterators_slots)) { in shutdown_executor()507 efree(EG(ht_iterators)); in shutdown_executor()
617 return &EG(ht_iterators)[iter->ht_iter].pos; in zend_weakmap_iterator_get_pos_ptr()
7033 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos; in ZEND_VM_HELPER() local7218 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos + 1; variable7238 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos;7298 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos;
2946 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos; in zend_fe_fetch_object_helper_SPEC() local23084 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos + 1; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local23104 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local23164 EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
109 zend_hash_internal_pointer_reset_ex(ht, &EG(ht_iterators)[intern->ht_iter].pos); in spl_array_create_ht_iter()119 return &EG(ht_iterators)[intern->ht_iter].pos; in spl_array_get_pos_ptr()
2661 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_remove()
1525 EG(ht_iterators)[ht_iter].pos = pos; in php_array_walk() local
Completed in 228 milliseconds