```php <?php $true = true; if ($true) { echo 'hi 1'; } if ($true) { echo 'hi 2'; }//end if if ($true) { echo 'hi 3'; } ``` Throws an error after the first `if`, but not after the second. When there's a closing comment, a blank line is not enforced. This likewise affects `foreach`s etc...