zf_current        181 Zend/zend_interfaces.c 		zend_call_method_with_0_params(&object, iter->ce, &iter->ce->iterator_funcs.zf_current, "current", &iter->value);
zf_current        372 Zend/zend_interfaces.c 	class_type->iterator_funcs.zf_current = NULL;
zf_current         67 Zend/zend_iterators.h 	union _zend_function *zf_current;
zf_current        254 ext/spl/spl_array.c 		if (!class_type->iterator_funcs.zf_current) {
zf_current        258 ext/spl/spl_array.c 			zend_hash_find(&class_type->function_table, "current", sizeof("current"), (void **) &class_type->iterator_funcs.zf_current);
zf_current        265 ext/spl/spl_array.c 			if (class_type->iterator_funcs.zf_current->common.scope != parent) intern->ar_flags |= SPL_ARRAY_OVERLOADED_CURRENT;
zf_current        269 ext/spl/spl_fixedarray.c 	if (!class_type->iterator_funcs.zf_current) {
zf_current        273 ext/spl/spl_fixedarray.c 		zend_hash_find(&class_type->function_table, "current", sizeof("current"), (void **) &class_type->iterator_funcs.zf_current);
zf_current        286 ext/spl/spl_fixedarray.c 		if (class_type->iterator_funcs.zf_current->common.scope != parent) { 
zf_current       1338 ext/spl/spl_iterators.c 	class_type->iterator_funcs.zf_current = NULL;
zf_current       1208 ext/spl/spl_observer.c 				zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_current, "current", &retval);