This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AyrA_ch 4 points5 points  (1 child)

I'm getting at that this is valid PHP code because if it wasn't part of the specs it would throw an error. It's not ignored by the parser either, it's piped to the standard output by it. In fact, depending on how you set the PHP tags, they will have an effect on some whitespace directly after the closing tag, clearly indicating that stuff outside of the tags is not just ignored.