Searched refs:collator_sort_with_sort_keys (Results 1 – 8 of 8) sorted by relevance
26 PHP_FUNCTION( collator_sort_with_sort_keys );
106 …PHP_NAMED_FE( sortWithSortKeys, ZEND_FN( collator_sort_with_sort_keys ), collator_sort_with_sort_k…
369 PHP_FUNCTION( collator_sort_with_sort_keys ) in PHP_FUNCTION() argument
12 $rf = new ReflectionFunction('collator_sort_with_sort_keys');
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
637 PHP_FE( collator_sort_with_sort_keys, collator_sort_with_sort_keys_args )
Completed in 12 milliseconds