Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Dbug74705.phpt2 Bug #74705 Wrong reflection on Collator::getSortKey
7 $rm = new ReflectionMethod(Collator::class, 'getSortKey');
H A Dbug60192-getsortkey.phpt15 $c->getSortKey('h');
20 #0 %s(%d): Collator->getSortKey('h')
H A Dbug62070_3.phpt2 Bug #62070: Collator::getSortKey() returns garbage
H A Dbug62070.phpt2 Bug #62070: Collator::getSortKey() returns garbage
H A Dbug62070_2.phpt2 Bug #62070: Collator::getSortKey() returns garbage
H A Dut_common.inc64 return $GLOBALS['oo-mode'] ? $coll->getSortKey( $str ) : collator_get_sort_key( $coll, $str );
/php-src/ext/intl/collator/
H A Dcollator.stub.php156 public function getSortKey(string $string): string|false {} function in Collator

Completed in 8 milliseconds