if ( not $error ) { while ($a < $b) { $a++; } } #### while ($a < $b) if not $error { $a++; } #### if ( not $error ) { while ($a < $b) { $a++; }}