Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/
H A DI18N.php45 use function strcmp; alias
555 …return static fn (string $x, string $y): int => strcmp(self::strtolower($x), self::strtolower($y));
/webtrees/app/Http/RequestHandlers/
H A DSearchAdvancedPage.php202 return I18N::comparator()($label1, $label2) ?: strcmp($x, $y);