Home
last modified time | relevance | path

Searched refs:zf_current (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_iterators.h65 zend_function *zf_current; member
H A Dzend_interfaces.c179 …zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs_ptr->zf_current, "curre… in zend_user_it_get_current_data()
407 …funcs_ptr->zf_current = zend_hash_str_find_ptr(&class_type->function_table, "current", sizeof("cur… in zend_implement_iterator()
417 funcs_ptr->zf_current = NULL; in zend_implement_iterator()
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c247 if (!funcs_ptr->zf_current) { in spl_fixedarray_object_new_ex()
251 …funcs_ptr->zf_current = zend_hash_str_find_ptr(&class_type->function_table, "current", sizeof("cur… in spl_fixedarray_object_new_ex()
264 if (funcs_ptr->zf_current->common.scope != parent) { in spl_fixedarray_object_new_ex()
H A Dspl_array.c247 if (!funcs_ptr->zf_current) { in spl_array_object_new_ex()
251 …funcs_ptr->zf_current = zend_hash_str_find_ptr(&class_type->function_table, "current", sizeof("cur… in spl_array_object_new_ex()
258 …if (funcs_ptr->zf_current->common.scope != parent) intern->ar_flags |= SPL_ARRAY_OVERLOADED_CURREN… in spl_array_object_new_ex()
H A Dspl_observer.c1221 …d_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs_ptr->zf_current, "current", &ret… in spl_multiple_iterator_get_all()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c798 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_current);
1491 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_current);
H A Dzend_persist.c927 …ce->iterator_funcs_ptr->zf_current = zend_hash_str_find_ptr(&ce->function_table, "current", sizeof… in zend_update_parent_ce()

Completed in 28 milliseconds