Lines Matching refs:user_compare_fci

906 	BG(user_compare_fci).param_count = 2;  in php_array_user_compare_unstable()
907 BG(user_compare_fci).params = args; in php_array_user_compare_unstable()
908 BG(user_compare_fci).retval = &retval; in php_array_user_compare_unstable()
909 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
928 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
958 old_user_compare_fci = BG(user_compare_fci); \
964 BG(user_compare_fci) = old_user_compare_fci; \
977 Z_PARAM_FUNC(BG(user_compare_fci), BG(user_compare_fci_cache)) in php_usort()
1032 BG(user_compare_fci).param_count = 2; in php_array_user_key_compare_unstable()
1033 BG(user_compare_fci).params = args; in php_array_user_key_compare_unstable()
1034 BG(user_compare_fci).retval = &retval; in php_array_user_key_compare_unstable()
1035 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
1063 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
4570 BG(user_compare_fci).param_count = 2;
4571 BG(user_compare_fci).params = args;
4572 BG(user_compare_fci).retval = &retval;
4574 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re…
4611 …if (zend_parse_parameters(ZEND_NUM_ARGS(), param_spec, &args, &argc, &BG(user_compare_fci), &BG(us…
4756 BG(user_compare_fci) = *fci_data;
4759 BG(user_compare_fci) = *fci_key;
4799 BG(user_compare_fci) = *fci_key;
4818 BG(user_compare_fci) = *fci_data;
4824 BG(user_compare_fci) = *fci_key;
4976 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "+f", &args, &argc, &BG(user_compare_fci), &BG(user_com…
5130 BG(user_compare_fci) = *fci_data;
5133 BG(user_compare_fci) = *fci_key;
5175 BG(user_compare_fci) = *fci_key;
5201 BG(user_compare_fci) = *fci_data;
5208 BG(user_compare_fci) = *fci_key;