Searched refs:_str_compare (Results 1 – 1 of 1) sorted by relevance
137 protected static function _str_compare(string $a, string $b, bool $use_locale = false) : int function in lightmenu183 $diff = self::_str_compare($a[0],$b[0]);187 …$diff = self::_str_compare($a[1]['label'] ?? ($a[1]['head'] ?? ''),$b[1]['label'] ?? ($b[1]['head'…191 $diff = self::_str_compare($a[1]['_oc_'.$type] ?? '',$b[1]['_oc_'.$type] ?? '');195 return self::_str_compare($a[0],$b[0]);