Home
last modified time | relevance | path

Searched refs:sortWithSortKeys (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/intl/tests/
H A Dbug71020.phpt2 Bug #71020 (Use after free in Collator::sortWithSortKeys)
11 $var_3->sortWithSortKeys($myarray);
H A Dbug74468.phpt2 Bug #74468 Wrong reflection on Collator::sortWithSortKeys
9 $rm = new ReflectionMethod(Collator::class, 'sortWithSortKeys');
H A Dbug60192-sortwithsortkeys.phpt16 $c->sortWithSortKeys($a);
21 #0 %s(%d): Collator->sortWithSortKeys(Array)
H A Dut_common.inc60 …return $GLOBALS['oo-mode'] ? $coll->sortWithSortKeys( $arr ) : collator_sort_with_sort_keys( $coll…
/PHP-8.3/ext/intl/collator/
H A Dcollator.stub.php174 public function sortWithSortKeys(array &$array): bool {} function in Collator
H A Dcollator_arginfo.h80 …ZEND_ME_MAPPING(sortWithSortKeys, collator_sort_with_sort_keys, arginfo_class_Collator_sortWithSor…

Completed in 15 milliseconds