I was just browsing a forum and someone asked about a PHP file they had found on the web. It has several spots like this in the code:
if ($REMOTE_ADDR == \"\"
brackets are needed to enclose what you want to do if the condition is true
I can't think of any language that requires this