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::sortWithSortKeys8 $rm = new ReflectionMethod(Collator::class, 'sortWithSortKeys');
18 $c->sortWithSortKeys($a);23 #0 %s(%d): Collator->sortWithSortKeys(Array)
60 …return $GLOBALS['oo-mode'] ? $coll->sortWithSortKeys( $arr ) : collator_sort_with_sort_keys( $coll…
31 public function sortWithSortKeys(array &$array) {} function in Collator
76 …ZEND_ME_MAPPING(sortWithSortKeys, collator_sort_with_sort_keys, arginfo_class_Collator_sortWithSor…
Completed in 13 milliseconds