zf_next 224 Zend/zend_interfaces.c zend_call_method_with_0_params(&object, iter->ce, &iter->ce->iterator_funcs.zf_next, "next", NULL); zf_next 374 Zend/zend_interfaces.c class_type->iterator_funcs.zf_next = NULL; zf_next 69 Zend/zend_iterators.h union _zend_function *zf_next; zf_next 259 ext/spl/spl_array.c zend_hash_find(&class_type->function_table, "next", sizeof("next"), (void **) &class_type->iterator_funcs.zf_next); zf_next 266 ext/spl/spl_array.c if (class_type->iterator_funcs.zf_next->common.scope != parent) intern->ar_flags |= SPL_ARRAY_OVERLOADED_NEXT; zf_next 274 ext/spl/spl_fixedarray.c zend_hash_find(&class_type->function_table, "next", sizeof("next"), (void **) &class_type->iterator_funcs.zf_next); zf_next 289 ext/spl/spl_fixedarray.c if (class_type->iterator_funcs.zf_next->common.scope != parent) { zf_next 1340 ext/spl/spl_iterators.c class_type->iterator_funcs.zf_next = NULL; zf_next 1131 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);