Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dphp_array.h66 bucket_compare_func_t *multisort_func;
H A Darray.c5977 result = ARRAYG(multisort_func)[r](&ab[r], &bb[r]);
6030 func = ARRAYG(multisort_func) = ecalloc(argc, sizeof(bucket_compare_func_t));
6046 …ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func_unstable(sort_type, sort_order … local
6099 …ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func_unstable(sort_type, sort_order … local

Completed in 28 milliseconds