<?php foreach (range(0, 5) as $test) { printf( "%s %s\n", $test, match($test) { 1 => 'Good', 2 => 'Bad', 3 => 'Ugly', default => null } ); }
You have javascript disabled. You will not be able to edit any code.