user_compare_fci  587 ext/standard/array.c 	BG(user_compare_fci).param_count = 2;
user_compare_fci  588 ext/standard/array.c 	BG(user_compare_fci).params = args;
user_compare_fci  589 ext/standard/array.c 	BG(user_compare_fci).retval_ptr_ptr = &retval_ptr;
user_compare_fci  590 ext/standard/array.c 	BG(user_compare_fci).no_separation = 0;
user_compare_fci  591 ext/standard/array.c 	if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache) TSRMLS_CC) == SUCCESS && retval_ptr) {
user_compare_fci  608 ext/standard/array.c 		BG(user_compare_fci) = old_user_compare_fci; \
user_compare_fci  625 ext/standard/array.c 	old_user_compare_fci = BG(user_compare_fci); \
user_compare_fci  630 ext/standard/array.c 	BG(user_compare_fci) = old_user_compare_fci; \
user_compare_fci  643 ext/standard/array.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "af", &array, &BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE) {
user_compare_fci  686 ext/standard/array.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "af", &array, &BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE) {
user_compare_fci  753 ext/standard/array.c 	BG(user_compare_fci).param_count = 2;
user_compare_fci  754 ext/standard/array.c 	BG(user_compare_fci).params = args;
user_compare_fci  755 ext/standard/array.c 	BG(user_compare_fci).retval_ptr_ptr = &retval_ptr;
user_compare_fci  756 ext/standard/array.c 	BG(user_compare_fci).no_separation = 0;
user_compare_fci  757 ext/standard/array.c 	if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache) TSRMLS_CC) == SUCCESS && retval_ptr) {
user_compare_fci  782 ext/standard/array.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "af", &array, &BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE) {
user_compare_fci 2799 ext/standard/array.c 	BG(user_compare_fci).param_count = 2;
user_compare_fci 2800 ext/standard/array.c 	BG(user_compare_fci).params = args;
user_compare_fci 2801 ext/standard/array.c 	BG(user_compare_fci).retval_ptr_ptr = &retval_ptr;
user_compare_fci 2802 ext/standard/array.c 	BG(user_compare_fci).no_separation = 0;
user_compare_fci 2804 ext/standard/array.c 	if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache) TSRMLS_CC) == SUCCESS && retval_ptr) {
user_compare_fci 2851 ext/standard/array.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, param_spec, &args, &argc, &BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE) {
user_compare_fci 3013 ext/standard/array.c 		BG(user_compare_fci) = *fci_data;
user_compare_fci 3016 ext/standard/array.c 		BG(user_compare_fci) = *fci_key;
user_compare_fci 3067 ext/standard/array.c 			BG(user_compare_fci) = *fci_key;
user_compare_fci 3086 ext/standard/array.c 						BG(user_compare_fci) = *fci_data;
user_compare_fci 3092 ext/standard/array.c 							BG(user_compare_fci) = *fci_key;
user_compare_fci 3256 ext/standard/array.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "+f", &args, &argc, &BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE) {
user_compare_fci 3430 ext/standard/array.c 		BG(user_compare_fci) = *fci_data;
user_compare_fci 3433 ext/standard/array.c 		BG(user_compare_fci) = *fci_key;
user_compare_fci 3484 ext/standard/array.c 			BG(user_compare_fci) = *fci_key;
user_compare_fci 3510 ext/standard/array.c 							BG(user_compare_fci) = *fci_data;
user_compare_fci 3517 ext/standard/array.c 								BG(user_compare_fci) = *fci_key;
user_compare_fci 3727 ext/standard/basic_functions.c 	BG(user_compare_fci) = empty_fcall_info;
user_compare_fci  176 ext/standard/basic_functions.h 	zend_fcall_info user_compare_fci;