Searched refs:zf_current (Results 1 – 5 of 5) sorted by relevance
74 zend_function *zf_current; member
145 …zend_call_known_instance_method_with_0_params(iter->ce->iterator_funcs_ptr->zf_current, Z_OBJ_P(ob… in zend_user_it_get_current_data()351 funcs_ptr->zf_current = zend_hash_str_find_ptr( in zend_implement_iterator()369 funcs_ptr->zf_current->common.scope != class_type && in zend_implement_iterator()
892 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_current);1737 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_current);
1166 …ce->iterator_funcs_ptr->zf_current = zend_hash_str_find_ptr(&ce->function_table, "current", sizeof… in zend_update_parent_ce()
1304 …zend_call_known_instance_method_with_0_params(it->ce->iterator_funcs_ptr->zf_current, it, &retval); in spl_multiple_iterator_get_all()
Completed in 18 milliseconds