elseif ($bar) { // ... } if ($foo) { // ... } else { if ($bar) { // ... } doSomethingElse(); } ]]>
if ($bar) { // ... } else { // ... } } ]]>