Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_iterators.h68 union _zend_function *zf_current; member
H A Dzend_interfaces.c184 …zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs.zf_current, "current", … in zend_user_it_get_current_data()
379 class_type->iterator_funcs.zf_current = NULL; in zend_implement_iterator()
/PHP-7.1/ext/spl/
H A Dspl_fixedarray.c245 if (!class_type->iterator_funcs.zf_current) { in spl_fixedarray_object_new_ex()
249 …class_type->iterator_funcs.zf_current = zend_hash_str_find_ptr(&class_type->function_table, "curre… in spl_fixedarray_object_new_ex()
262 if (class_type->iterator_funcs.zf_current->common.scope != parent) { in spl_fixedarray_object_new_ex()
H A Dspl_array.c248 if (!class_type->iterator_funcs.zf_current) { in spl_array_object_new_ex()
252 …class_type->iterator_funcs.zf_current = zend_hash_str_find_ptr(&class_type->function_table, "curre… in spl_array_object_new_ex()
259 …if (class_type->iterator_funcs.zf_current->common.scope != parent) intern->ar_flags |= SPL_ARRAY_O… in spl_array_object_new_ex()
H A Dspl_observer.c1136 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_current, "curr… in spl_multiple_iterator_get_all()
H A Dspl_iterators.c1357 class_type->iterator_funcs.zf_current = NULL; in spl_dual_it_gets_implemented()

Completed in 39 milliseconds