Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/
H A Dphp_intl.h51 collator_compare_func_t compare_func; variable
/PHP-7.4/Zend/
H A Dzend_ts_hash.c267 ZEND_API int zend_ts_hash_sort(TsHashTable *ht, sort_func_t sort_func, compare_func_t compare_func,… in zend_ts_hash_sort() argument
272 retval = zend_hash_sort_ex(TS_HASH(ht), sort_func, compare_func, renumber); in zend_ts_hash_sort()
H A Dzend_ts_hash.h76 ZEND_API int zend_ts_hash_sort(TsHashTable *ht, sort_func_t sort_func, compare_func_t compare_func,…
H A Dzend_hash.h268 …end_hash_sort_ex(HashTable *ht, sort_func_t sort_func, compare_func_t compare_func, zend_bool renu…
271 #define zend_hash_sort(ht, compare_func, renumber) \ argument
272 zend_hash_sort_ex(ht, zend_sort, compare_func, renumber)
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c227 if( INTL_G(compare_func)( &result, first, second) == FAILURE ) in collator_compare_func()
316 INTL_G(compare_func) = collator_get_compare_function( sort_flags ); in collator_sort_internal()
/PHP-7.4/ext/standard/
H A Darray.c1015 static void php_usort(INTERNAL_FUNCTION_PARAMETERS, compare_func_t compare_func, zend_bool renumber… in php_usort() argument
1038 retval = zend_hash_sort(arr, compare_func, renumber) != FAILURE; in php_usort()

Completed in 60 milliseconds