Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_iterators.h71 zend_function *zf_next; member
H A Dzend_interfaces.c169 …zend_call_known_instance_method_with_0_params(iter->ce->iterator_funcs_ptr->zf_next, Z_OBJ_P(objec… in zend_user_it_move_forward()
350 funcs_ptr->zf_next = zend_hash_str_find_ptr( in zend_implement_iterator()
365 funcs_ptr->zf_next->common.scope != class_type) { in zend_implement_iterator()
/PHP-8.2/ext/opcache/
H A Dzend_file_cache.c871 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_next);
1696 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_next);
H A Dzend_persist.c1123 …ce->iterator_funcs_ptr->zf_next = zend_hash_str_find_ptr(&ce->function_table, "next", sizeof("next… in zend_update_parent_ce()
/PHP-8.2/ext/spl/
H A Dspl_observer.c1181 zend_call_known_instance_method_with_0_params(it->ce->iterator_funcs_ptr->zf_next, it, NULL); in PHP_METHOD()

Completed in 22 milliseconds