SWITCH: for ($x) { if (1) { $abc = 1; last SWITCH; }; if (2) { $def = 1; last SWITCH; }; if (3) { $xyz = 1; last SWITCH; }; $nothing = 1; }