user_compare_fci_cache  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_cache  609 ext/standard/array.c 		BG(user_compare_fci_cache) = old_user_compare_fci_cache; \
user_compare_fci_cache  626 ext/standard/array.c 	old_user_compare_fci_cache = BG(user_compare_fci_cache); \
user_compare_fci_cache  627 ext/standard/array.c 	BG(user_compare_fci_cache) = empty_fcall_info_cache; \
user_compare_fci_cache  631 ext/standard/array.c 	BG(user_compare_fci_cache) = old_user_compare_fci_cache; \
user_compare_fci_cache  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_cache  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_cache  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_cache  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_cache 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_cache 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_cache 3014 ext/standard/array.c 		BG(user_compare_fci_cache) = *fci_data_cache;
user_compare_fci_cache 3017 ext/standard/array.c 		BG(user_compare_fci_cache) = *fci_key_cache;
user_compare_fci_cache 3068 ext/standard/array.c 			BG(user_compare_fci_cache) = *fci_key_cache;
user_compare_fci_cache 3087 ext/standard/array.c 						BG(user_compare_fci_cache) = *fci_data_cache;
user_compare_fci_cache 3093 ext/standard/array.c 							BG(user_compare_fci_cache) = *fci_key_cache;
user_compare_fci_cache 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_cache 3431 ext/standard/array.c 		BG(user_compare_fci_cache) = *fci_data_cache;
user_compare_fci_cache 3434 ext/standard/array.c 		BG(user_compare_fci_cache) = *fci_key_cache;
user_compare_fci_cache 3485 ext/standard/array.c 			BG(user_compare_fci_cache) = *fci_key_cache;
user_compare_fci_cache 3511 ext/standard/array.c 							BG(user_compare_fci_cache) = *fci_data_cache;
user_compare_fci_cache 3518 ext/standard/array.c 								BG(user_compare_fci_cache) = *fci_key_cache;
user_compare_fci_cache 3728 ext/standard/basic_functions.c 	BG(user_compare_fci_cache) = empty_fcall_info_cache;
user_compare_fci_cache  177 ext/standard/basic_functions.h 	zend_fcall_info_cache user_compare_fci_cache;