Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Darray.c5157 bucket_compare_func_t intersect_key_compare_func; local
5161 intersect_key_compare_func = php_array_key_compare_string;
5189 intersect_key_compare_func = php_array_key_compare_string_unstable;
5194 intersect_key_compare_func = php_array_key_compare_string_unstable;
5201 intersect_key_compare_func = php_array_user_key_compare_unstable;
5208 intersect_key_compare_func = php_array_user_key_compare_unstable;
5276 sizeof(Bucket), (compare_func_t) intersect_key_compare_func,
5304 …while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = intersect_key_compare_func(ptrs[0], ptrs[i]))…

Completed in 21 milliseconds