- MediaWiki no longer supports PHP versions that are old enough to include the null terminator in the sort key, so there's no need to remove it using rtrim(). See T137642 for more information. - Simplify prefix comparison by setting the initial value of $prev to the empty string rather than false. A PHP array key can only be an integer or string, so there's no other reason to check for false. - $letterMap is unset to "Reduce memory usage before caching", which made sense at the time (r80443 / |
||
|---|---|---|
| .. | ||
| CollationTest.php | ||
| CustomUppercaseCollationTest.php | ||
| RemoteIcuCollationTest.php | ||