I got an error:
Parse error: syntax error, unexpected end of file in the line
With this code:
also, look for a comment // that breaks the closing curly brace
if (1==1) { //echo "it is true"; }
the closing curly brace will not properly close the conditional section and php won't properly process the remainder of code.