Searched refs:collator_sort_with_sort_keys (Results 1 – 7 of 7) sorted by relevance
11 $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…
327 PHP_FUNCTION( collator_sort_with_sort_keys ) in PHP_FUNCTION() argument
62 ZEND_FUNCTION(collator_sort_with_sort_keys);
307 function collator_sort_with_sort_keys(Collator $object, array &$array): bool {} function
847 ZEND_FUNCTION(collator_sort_with_sort_keys);1034 ZEND_FE(collator_sort_with_sort_keys, arginfo_collator_sort_with_sort_keys)
Completed in 24 milliseconds