zf_next 234 Zend/zend_interfaces.c zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs.zf_next, "next", NULL); zf_next 387 Zend/zend_interfaces.c class_type->iterator_funcs.zf_next = NULL; zf_next 70 Zend/zend_iterators.h union _zend_function *zf_next; zf_next 240 ext/spl/spl_array.c class_type->iterator_funcs.zf_next = zend_hash_str_find_ptr(&class_type->function_table, "next", sizeof("next") - 1); zf_next 247 ext/spl/spl_array.c if (class_type->iterator_funcs.zf_next->common.scope != parent) intern->ar_flags |= SPL_ARRAY_OVERLOADED_NEXT; zf_next 262 ext/spl/spl_fixedarray.c class_type->iterator_funcs.zf_next = zend_hash_str_find_ptr(&class_type->function_table, "next", sizeof("next") - 1); zf_next 277 ext/spl/spl_fixedarray.c if (class_type->iterator_funcs.zf_next->common.scope != parent) { zf_next 1351 ext/spl/spl_iterators.c class_type->iterator_funcs.zf_next = NULL; zf_next 1045 ext/spl/spl_observer.c zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_next, "next", NULL);