Searched refs:sortWithSortKeys (Results 1 – 5 of 5) sorted by relevance
2 Bug #74468 Wrong reflection on Collator::sortWithSortKeys7 $rm = new ReflectionMethod(Collator::class, 'sortWithSortKeys');
2 Bug #71020 (Use after free in Collator::sortWithSortKeys)11 $var_3->sortWithSortKeys($myarray);
16 $c->sortWithSortKeys($a);21 #0 %s(%d): Collator->sortWithSortKeys(Array)
60 …return $GLOBALS['oo-mode'] ? $coll->sortWithSortKeys( $arr ) : collator_sort_with_sort_keys( $coll…
102 public function sortWithSortKeys(array &$array): bool {} function in Collator
Completed in 14 milliseconds