Lines Matching refs:user_compare_fci

877 	BG(user_compare_fci).param_count = 2;  in php_array_user_compare_unstable()
878 BG(user_compare_fci).params = args; in php_array_user_compare_unstable()
879 BG(user_compare_fci).retval = &retval; in php_array_user_compare_unstable()
880 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
899 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
929 old_user_compare_fci = BG(user_compare_fci); \
935 BG(user_compare_fci) = old_user_compare_fci; \
948 Z_PARAM_FUNC(BG(user_compare_fci), BG(user_compare_fci_cache)) in php_usort()
1003 BG(user_compare_fci).param_count = 2; in php_array_user_key_compare_unstable()
1004 BG(user_compare_fci).params = args; in php_array_user_key_compare_unstable()
1005 BG(user_compare_fci).retval = &retval; in php_array_user_key_compare_unstable()
1006 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
1034 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
4541 BG(user_compare_fci).param_count = 2;
4542 BG(user_compare_fci).params = args;
4543 BG(user_compare_fci).retval = &retval;
4545 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re…
4582 …if (zend_parse_parameters(ZEND_NUM_ARGS(), param_spec, &args, &argc, &BG(user_compare_fci), &BG(us…
4727 BG(user_compare_fci) = *fci_data;
4730 BG(user_compare_fci) = *fci_key;
4770 BG(user_compare_fci) = *fci_key;
4789 BG(user_compare_fci) = *fci_data;
4795 BG(user_compare_fci) = *fci_key;
4947 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "+f", &args, &argc, &BG(user_compare_fci), &BG(user_com…
5101 BG(user_compare_fci) = *fci_data;
5104 BG(user_compare_fci) = *fci_key;
5146 BG(user_compare_fci) = *fci_key;
5172 BG(user_compare_fci) = *fci_data;
5179 BG(user_compare_fci) = *fci_key;