Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Darray.c815 static inline int php_array_user_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_compare_unstable() function
867 RETURN_STABLE_SORT(a, b, php_array_user_compare_unstable(a, b)); in php_array_user_compare()
5170 intersect_data_compare_func = php_array_user_compare_unstable;
5195 intersect_data_compare_func = php_array_user_compare_unstable;
5209 intersect_data_compare_func = php_array_user_compare_unstable;
5565 diff_data_compare_func = php_array_user_compare_unstable;
5590 diff_data_compare_func = php_array_user_compare_unstable;
5604 diff_data_compare_func = php_array_user_compare_unstable;

Completed in 21 milliseconds