Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_iterators.h63 zend_function *zf_new_iterator; member
H A Dzend_interfaces.c127 …zend_call_method_with_0_params(object, ce, &ce->iterator_funcs_ptr->zf_new_iterator, "getiterator"… in zend_user_it_new_iterator()
357 …funcs_ptr->zf_new_iterator = zend_hash_str_find_ptr(&class_type->function_table, "getiterator", si… in zend_implement_aggregate()
364 funcs_ptr->zf_new_iterator = NULL; in zend_implement_aggregate()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c794 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_new_iterator);
1487 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_new_iterator);
H A Dzend_persist.c921 …ce->iterator_funcs_ptr->zf_new_iterator = zend_hash_str_find_ptr(&ce->function_table, "getiterator… in zend_update_parent_ce()
/PHP-7.4/ext/spl/
H A Dspl_iterators.c498 …ator, Z_OBJCE_P(iterator), &Z_OBJCE_P(iterator)->iterator_funcs_ptr->zf_new_iterator, "getiterator… in spl_recursive_it_it_construct()
526 …ator, Z_OBJCE_P(iterator), &Z_OBJCE_P(iterator)->iterator_funcs_ptr->zf_new_iterator, "getiterator… in spl_recursive_it_it_construct()
1497 …zend_call_method_with_0_params(zobject, ce, &ce->iterator_funcs_ptr->zf_new_iterator, "getiterator… in spl_dual_it_construct()

Completed in 39 milliseconds