Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_iterators.h69 zend_function *zf_current; member
H A Dzend_interfaces.c145 …ith_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_current, "current", &ite… in zend_user_it_get_current_data()
/PHP-8.1/ext/spl/
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.c1119 …(it, it->ce, it->ce->iterator_funcs_ptr ? &it->ce->iterator_funcs_ptr->zf_current : NULL, "current… in spl_multiple_iterator_get_all()
/PHP-8.1/ext/opcache/
H A Dzend_file_cache.c863 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_current);
1637 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_current);
H A Dzend_persist.c1115 …ce->iterator_funcs_ptr->zf_current = zend_hash_str_find_ptr(&ce->function_table, "current", sizeof… in zend_update_parent_ce()

Completed in 35 milliseconds