Searched refs:strcmp (Results 1 – 2 of 2) sorted by relevance
45 use function strcmp; alias555 …return static fn (string $x, string $y): int => strcmp(self::strtolower($x), self::strtolower($y));
202 return I18N::comparator()($label1, $label2) ?: strcmp($x, $y);