Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_iterators.h67 union _zend_function *zf_current; member
H A Dzend_interfaces.c181 …zend_call_method_with_0_params(&object, iter->ce, &iter->ce->iterator_funcs.zf_current, "current",… in zend_user_it_get_current_data()
372 class_type->iterator_funcs.zf_current = NULL; in zend_implement_iterator()
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c269 if (!class_type->iterator_funcs.zf_current) { in spl_fixedarray_object_new_ex()
273 …e->function_table, "current", sizeof("current"), (void **) &class_type->iterator_funcs.zf_current); in spl_fixedarray_object_new_ex()
286 if (class_type->iterator_funcs.zf_current->common.scope != parent) { in spl_fixedarray_object_new_ex()
H A Dspl_array.c254 if (!class_type->iterator_funcs.zf_current) { in spl_array_object_new_ex()
258 …e->function_table, "current", sizeof("current"), (void **) &class_type->iterator_funcs.zf_current); in spl_array_object_new_ex()
265 …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.c1192 …zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_current, "cur… in spl_multiple_iterator_get_all()
H A Dspl_iterators.c1270 class_type->iterator_funcs.zf_current = NULL; in spl_dual_it_gets_implemented()

Completed in 49 milliseconds