Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_iterators.h69 union _zend_function *zf_next; member
H A Dzend_interfaces.c224 zend_call_method_with_0_params(&object, iter->ce, &iter->ce->iterator_funcs.zf_next, "next", NULL); in zend_user_it_move_forward()
374 class_type->iterator_funcs.zf_next = NULL; in zend_implement_iterator()
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c274 …type->function_table, "next", sizeof("next"), (void **) &class_type->iterator_funcs.zf_next); in spl_fixedarray_object_new_ex()
289 if (class_type->iterator_funcs.zf_next->common.scope != parent) { in spl_fixedarray_object_new_ex()
H A Dspl_array.c259 …type->function_table, "next", sizeof("next"), (void **) &class_type->iterator_funcs.zf_next); in spl_array_object_new_ex()
266 …if (class_type->iterator_funcs.zf_next->common.scope != parent) intern->ar_flags |= SPL_ARRAY_O… in spl_array_object_new_ex()
H A Dspl_observer.c1115 …zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_next, "next",… in SPL_METHOD()
H A Dspl_iterators.c1272 class_type->iterator_funcs.zf_next = NULL; in spl_dual_it_gets_implemented()

Completed in 56 milliseconds