Searched refs:compare_func (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/intl/ |
H A D | php_intl.h | 49 collator_compare_func_t compare_func; variable
|
/PHP-8.3/ext/intl/collator/ |
H A D | collator_sort.c | 197 if( INTL_G(compare_func)( &result, first, second) == FAILURE ) in collator_compare_func() 282 INTL_G(compare_func) = collator_get_compare_function( sort_flags ); in collator_sort_internal()
|
/PHP-8.3/Zend/ |
H A D | zend_hash.h | 298 …h_sort_ex(HashTable *ht, sort_func_t sort_func, bucket_compare_func_t compare_func, bool renumber); 299 …y_sort_ex(HashTable *ht, sort_func_t sort_func, bucket_compare_func_t compare_func, bool renumber); 302 …oid ZEND_FASTCALL zend_hash_sort(HashTable *ht, bucket_compare_func_t compare_func, bool renumber)… in zend_hash_sort() argument 303 zend_hash_sort_ex(ht, zend_sort, compare_func, renumber); in zend_hash_sort() 309 static zend_always_inline void zend_array_sort(HashTable *ht, bucket_compare_func_t compare_func, b… in zend_array_sort() argument 310 zend_array_sort_ex(ht, zend_sort, compare_func, renumber); in zend_array_sort()
|
/PHP-8.3/ext/standard/ |
H A D | array.c | 885 static void php_usort(INTERNAL_FUNCTION_PARAMETERS, bucket_compare_func_t compare_func, bool renumb… in php_usort() argument 907 zend_array_sort(arr, compare_func, renumber); in php_usort()
|
Completed in 25 milliseconds