if ( $condition1 ) { if ( $condition2 ) { # Block1 } else { # Block2 } } else { # Block2 repeated again }