Home
last modified time | relevance | path

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

/PHP-7.1/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
8 $rm = new ReflectionMethod(Collator::class, 'sortWithSortKeys');
H A Dbug60192-sortwithsortkeys.phpt18 $c->sortWithSortKeys($a);
22 #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-7.1/ext/intl/doc/
H A Dcollator_api.php177 public function sortWithSortKeys( $arr ) {} function in Collator
/PHP-7.1/ext/intl/collator/
H A Dcollator_class.c106 …PHP_NAMED_FE( sortWithSortKeys, ZEND_FN( collator_sort_with_sort_keys ), collator_sort_with_sort_k…
/PHP-7.1/
H A DNEWS1013 . Fixed bug #74468 (wrong reflection on Collator::sortWithSortKeys). (villfa)
3424 . Fixed bug #71020 (Use after free in Collator::sortWithSortKeys).

Completed in 24 milliseconds