<?php if($c1) { } elseif($c2) { // This comment is fine (followed by a statement) echo "Hi"; } elseif($c3) { // But this one causes trouble } elseif($c4) { } ?>