For PHP >= 8
$priority = match (intdiv($count, 20)) { 0, 1 => 'low', 2 => 'medium', 3 => 'high', default=>'none' }