user_compare_fci_cache  992 ext/standard/array.c 	if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
user_compare_fci_cache 1011 ext/standard/array.c 		BG(user_compare_fci_cache) = old_user_compare_fci_cache; \
user_compare_fci_cache 1028 ext/standard/array.c 	old_user_compare_fci_cache = BG(user_compare_fci_cache); \
user_compare_fci_cache 1029 ext/standard/array.c 	BG(user_compare_fci_cache) = empty_fcall_info_cache; \
user_compare_fci_cache 1033 ext/standard/array.c 	BG(user_compare_fci_cache) = old_user_compare_fci_cache; \
user_compare_fci_cache 1044 ext/standard/array.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "a/f", &array, &BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE) {
user_compare_fci_cache 1120 ext/standard/array.c 	if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
user_compare_fci_cache 3837 ext/standard/array.c 	if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
user_compare_fci_cache 3882 ext/standard/array.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), param_spec, &args, &argc, &BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE) {
user_compare_fci_cache 4056 ext/standard/array.c 		BG(user_compare_fci_cache) = *fci_data_cache;
user_compare_fci_cache 4059 ext/standard/array.c 		BG(user_compare_fci_cache) = *fci_key_cache;
user_compare_fci_cache 4104 ext/standard/array.c 			BG(user_compare_fci_cache) = *fci_key_cache;
user_compare_fci_cache 4123 ext/standard/array.c 						BG(user_compare_fci_cache) = *fci_data_cache;
user_compare_fci_cache 4129 ext/standard/array.c 							BG(user_compare_fci_cache) = *fci_key_cache;
user_compare_fci_cache 4292 ext/standard/array.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "+f", &args, &argc, &BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE) {
user_compare_fci_cache 4478 ext/standard/array.c 		BG(user_compare_fci_cache) = *fci_data_cache;
user_compare_fci_cache 4481 ext/standard/array.c 		BG(user_compare_fci_cache) = *fci_key_cache;
user_compare_fci_cache 4528 ext/standard/array.c 			BG(user_compare_fci_cache) = *fci_key_cache;
user_compare_fci_cache 4554 ext/standard/array.c 							BG(user_compare_fci_cache) = *fci_data_cache;
user_compare_fci_cache 4561 ext/standard/array.c 								BG(user_compare_fci_cache) = *fci_key_cache;
user_compare_fci_cache 3743 ext/standard/basic_functions.c 	BG(user_compare_fci_cache) = empty_fcall_info_cache;
user_compare_fci_cache  180 ext/standard/basic_functions.h 	zend_fcall_info_cache user_compare_fci_cache;