Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/collator/
H A Dcollator_sort.c257 static void collator_sort_internal( int renumber, INTERNAL_FUNCTION_PARAMETERS ) in collator_sort_internal() argument
295 zend_hash_sort(hash, collator_compare_func, renumber); in collator_sort_internal()
/PHP-8.1/Zend/
H A Dzend_hash.c2540 …ALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort, bucket_compare_func_t compar, bool renumber) in zend_hash_sort_ex() argument
2548 if (!(ht->nNumOfElements>1) && !(renumber && ht->nNumOfElements>0)) { in zend_hash_sort_ex()
2583 (swap_func_t)(renumber? zend_hash_bucket_renum_swap : in zend_hash_sort_ex()
2588 if (renumber) { in zend_hash_sort_ex()
2601 if (!renumber) { in zend_hash_sort_ex()
2605 if (renumber) { in zend_hash_sort_ex()
H A Dzend_hash.h286 …h_sort_ex(HashTable *ht, sort_func_t sort_func, bucket_compare_func_t compare_func, bool renumber);
289 #define zend_hash_sort(ht, compare_func, renumber) \ argument
290 zend_hash_sort_ex(ht, zend_sort, compare_func, renumber)
/PHP-8.1/ext/standard/
H A Darray.c938 …hp_usort(INTERNAL_FUNCTION_PARAMETERS, bucket_compare_func_t compare_func, bool renumber) /* {{{ */ in php_usort() argument
960 zend_hash_sort(arr, compare_func, renumber); in php_usort()

Completed in 35 milliseconds