if ($some_condition) { some_stuff(); unless (condition_is_met()) { some_more_stuff(); } }