zf_key            213 Zend/zend_interfaces.c 	zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs.zf_key, "key", &retval);
zf_key            386 Zend/zend_interfaces.c 	class_type->iterator_funcs.zf_key = NULL;
zf_key             69 Zend/zend_iterators.h 	union _zend_function *zf_key;
zf_key            238 ext/spl/spl_array.c 			class_type->iterator_funcs.zf_key = zend_hash_str_find_ptr(&class_type->function_table, "key", sizeof("key") - 1);
zf_key            245 ext/spl/spl_array.c 			if (class_type->iterator_funcs.zf_key->common.scope     != parent) intern->ar_flags |= SPL_ARRAY_OVERLOADED_KEY;
zf_key            260 ext/spl/spl_fixedarray.c 		class_type->iterator_funcs.zf_key = zend_hash_str_find_ptr(&class_type->function_table, "key", sizeof("key") - 1);
zf_key            271 ext/spl/spl_fixedarray.c 		if (class_type->iterator_funcs.zf_key->common.scope     != parent) {
zf_key           1350 ext/spl/spl_iterators.c 	class_type->iterator_funcs.zf_key = NULL;
zf_key           1124 ext/spl/spl_observer.c 				zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_key, "key", &retval);