Searched refs:sortWithSortKeys (Results 1 – 6 of 6) sorted by relevance
2 Bug #71020 (Use after free in Collator::sortWithSortKeys)11 $var_3->sortWithSortKeys($myarray);
2 Bug #74468 Wrong reflection on Collator::sortWithSortKeys9 $rm = new ReflectionMethod(Collator::class, 'sortWithSortKeys');
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…
174 public function sortWithSortKeys(array &$array): bool {} function in Collator
80 …ZEND_ME_MAPPING(sortWithSortKeys, collator_sort_with_sort_keys, arginfo_class_Collator_sortWithSor…
Completed in 9 milliseconds