Lines Matching refs:BG

824 	BG(user_compare_fci).param_count = 2;  in php_array_user_compare_unstable()
825 BG(user_compare_fci).params = args; in php_array_user_compare_unstable()
826 BG(user_compare_fci).retval = &retval; in php_array_user_compare_unstable()
827 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
846 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
876 old_user_compare_fci = BG(user_compare_fci); \
877 old_user_compare_fci_cache = BG(user_compare_fci_cache); \
879 BG(user_compare_fci_cache) = empty_fcall_info_cache; \
882 BG(user_compare_fci) = old_user_compare_fci; \
883 BG(user_compare_fci_cache) = old_user_compare_fci_cache; \
895 Z_PARAM_FUNC(BG(user_compare_fci), BG(user_compare_fci_cache)) in php_usort()
950 BG(user_compare_fci).param_count = 2; in php_array_user_key_compare_unstable()
951 BG(user_compare_fci).params = args; in php_array_user_key_compare_unstable()
952 BG(user_compare_fci).retval = &retval; in php_array_user_key_compare_unstable()
953 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
981 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
4926 BG(user_compare_fci).param_count = 2;
4927 BG(user_compare_fci).params = args;
4928 BG(user_compare_fci).retval = &retval;
4930 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re…
4967 …if (zend_parse_parameters(ZEND_NUM_ARGS(), param_spec, &args, &argc, &BG(user_compare_fci), &BG(us…
5114 BG(user_compare_fci) = *fci_data;
5115 BG(user_compare_fci_cache) = *fci_data_cache;
5117 BG(user_compare_fci) = *fci_key;
5118 BG(user_compare_fci_cache) = *fci_key_cache;
5173 BG(user_compare_fci) = *fci_key;
5174 BG(user_compare_fci_cache) = *fci_key_cache;
5192 BG(user_compare_fci) = *fci_data;
5193 BG(user_compare_fci_cache) = *fci_data_cache;
5198 BG(user_compare_fci) = *fci_key;
5199 BG(user_compare_fci_cache) = *fci_key_cache;
5354 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "+f", &args, &argc, &BG(user_compare_fci), &BG(user_com…
5509 BG(user_compare_fci) = *fci_data;
5510 BG(user_compare_fci_cache) = *fci_data_cache;
5512 BG(user_compare_fci) = *fci_key;
5513 BG(user_compare_fci_cache) = *fci_key_cache;
5565 BG(user_compare_fci) = *fci_key;
5566 BG(user_compare_fci_cache) = *fci_key_cache;
5591 BG(user_compare_fci) = *fci_data;
5592 BG(user_compare_fci_cache) = *fci_data_cache;
5598 BG(user_compare_fci) = *fci_key;
5599 BG(user_compare_fci_cache) = *fci_key_cache;