zf_key            204 Zend/zend_interfaces.c 	zend_call_method_with_0_params(&object, iter->ce, &iter->ce->iterator_funcs.zf_key, "key", &retval);
zf_key            373 Zend/zend_interfaces.c 	class_type->iterator_funcs.zf_key = NULL;
zf_key             68 Zend/zend_iterators.h 	union _zend_function *zf_key;
zf_key            257 ext/spl/spl_array.c 			zend_hash_find(&class_type->function_table, "key",     sizeof("key"),     (void **) &class_type->iterator_funcs.zf_key);
zf_key            264 ext/spl/spl_array.c 			if (class_type->iterator_funcs.zf_key->common.scope     != parent) intern->ar_flags |= SPL_ARRAY_OVERLOADED_KEY;
zf_key            272 ext/spl/spl_fixedarray.c 		zend_hash_find(&class_type->function_table, "key",     sizeof("key"),     (void **) &class_type->iterator_funcs.zf_key);
zf_key            283 ext/spl/spl_fixedarray.c 		if (class_type->iterator_funcs.zf_key->common.scope     != parent) { 
zf_key           1339 ext/spl/spl_iterators.c 	class_type->iterator_funcs.zf_key = NULL;
zf_key           1210 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);