$v) { /* condition 11-2: try */ try { --$k; /* condition 11-3: catch */ } catch (Exception $e) { /* testInException */ echo 'oh darn'; /* condition 11-4: finally */ } finally { return true; } } $a++; } break; /* condition 8b: default */ default: /* testInDefault */ $return = 'nada'; return $return; } } } } } } } }