Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Darray.c934 static inline int php_array_user_key_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_key_compare_unstable() function
1003 RETURN_STABLE_SORT(a, b, php_array_user_key_compare_unstable(a, b)); in php_array_user_key_compare()
5202 intersect_key_compare_func = php_array_user_key_compare_unstable;
5209 intersect_key_compare_func = php_array_user_key_compare_unstable;
5597 diff_key_compare_func = php_array_user_key_compare_unstable;
5604 diff_key_compare_func = php_array_user_key_compare_unstable;

Completed in 31 milliseconds