Searched refs:collator_sort_with_sort_keys (Results 1 – 7 of 7) sorted by relevance
26 PHP_FUNCTION( collator_sort_with_sort_keys );
121 PHP_NAMED_FE( sortWithSortKeys, ZEND_FN( collator_sort_with_sort_keys ), collator_sort_args )
357 PHP_FUNCTION( collator_sort_with_sort_keys ) in PHP_FUNCTION() argument
8 * Check if collator_sort_with_sort_keys()
60 …return $GLOBALS['oo-mode'] ? $coll->sortWithSortKeys( $arr ) : collator_sort_with_sort_keys( $coll…
321 function collator_sort_with_sort_keys( $coll, $arr ) {} function
647 PHP_FE( collator_sort_with_sort_keys, collator_sort_args )
Completed in 14 milliseconds