Searched refs:collator_sort_with_sort_keys (Results 1 – 7 of 7) sorted by relevance
13 $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…
63 ZEND_FUNCTION(collator_sort_with_sort_keys);80 …ZEND_ME_MAPPING(sortWithSortKeys, collator_sort_with_sort_keys, arginfo_class_Collator_sortWithSor…
327 PHP_FUNCTION( collator_sort_with_sort_keys ) in PHP_FUNCTION() argument
845 ZEND_FUNCTION(collator_sort_with_sort_keys);1035 ZEND_FE(collator_sort_with_sort_keys, arginfo_collator_sort_with_sort_keys)
305 function collator_sort_with_sort_keys(Collator $object, array &$array): bool {} function
Completed in 17 milliseconds