user_compare_fci  988 ext/standard/array.c 	BG(user_compare_fci).param_count = 2;
user_compare_fci  989 ext/standard/array.c 	BG(user_compare_fci).params = args;
user_compare_fci  990 ext/standard/array.c 	BG(user_compare_fci).retval = &retval;
user_compare_fci  991 ext/standard/array.c 	BG(user_compare_fci).no_separation = 0;
user_compare_fci  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 1010 ext/standard/array.c 		BG(user_compare_fci) = old_user_compare_fci; \
user_compare_fci 1027 ext/standard/array.c 	old_user_compare_fci = BG(user_compare_fci); \
user_compare_fci 1032 ext/standard/array.c 	BG(user_compare_fci) = old_user_compare_fci; \
user_compare_fci 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 1116 ext/standard/array.c 	BG(user_compare_fci).param_count = 2;
user_compare_fci 1117 ext/standard/array.c 	BG(user_compare_fci).params = args;
user_compare_fci 1118 ext/standard/array.c 	BG(user_compare_fci).retval = &retval;
user_compare_fci 1119 ext/standard/array.c 	BG(user_compare_fci).no_separation = 0;
user_compare_fci 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 3832 ext/standard/array.c 	BG(user_compare_fci).param_count = 2;
user_compare_fci 3833 ext/standard/array.c 	BG(user_compare_fci).params = args;
user_compare_fci 3834 ext/standard/array.c 	BG(user_compare_fci).retval = &retval;
user_compare_fci 3835 ext/standard/array.c 	BG(user_compare_fci).no_separation = 0;
user_compare_fci 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 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 4055 ext/standard/array.c 		BG(user_compare_fci) = *fci_data;
user_compare_fci 4058 ext/standard/array.c 		BG(user_compare_fci) = *fci_key;
user_compare_fci 4103 ext/standard/array.c 			BG(user_compare_fci) = *fci_key;
user_compare_fci 4122 ext/standard/array.c 						BG(user_compare_fci) = *fci_data;
user_compare_fci 4128 ext/standard/array.c 							BG(user_compare_fci) = *fci_key;
user_compare_fci 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 4477 ext/standard/array.c 		BG(user_compare_fci) = *fci_data;
user_compare_fci 4480 ext/standard/array.c 		BG(user_compare_fci) = *fci_key;
user_compare_fci 4527 ext/standard/array.c 			BG(user_compare_fci) = *fci_key;
user_compare_fci 4553 ext/standard/array.c 							BG(user_compare_fci) = *fci_data;
user_compare_fci 4560 ext/standard/array.c 								BG(user_compare_fci) = *fci_key;
user_compare_fci 3742 ext/standard/basic_functions.c 	BG(user_compare_fci) = empty_fcall_info;
user_compare_fci  179 ext/standard/basic_functions.h 	zend_fcall_info user_compare_fci;