Home
last modified time | relevance | path

Searched refs:intersect_key_compare_func (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/standard/
H A Darray.c5158 bucket_compare_func_t intersect_key_compare_func; local
5162 intersect_key_compare_func = php_array_key_compare_string;
5190 intersect_key_compare_func = php_array_key_compare_string_unstable;
5195 intersect_key_compare_func = php_array_key_compare_string_unstable;
5202 intersect_key_compare_func = php_array_user_key_compare_unstable;
5209 intersect_key_compare_func = php_array_user_key_compare_unstable;
5277 sizeof(Bucket), (compare_func_t) intersect_key_compare_func,
5305 …while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = intersect_key_compare_func(ptrs[0], ptrs[i]))…

Completed in 28 milliseconds