if ($some_condition) { some_stuff(); if (!($condition_met)) { some_more_stuff(); } }