I got an error:
Parse error: syntax error, unexpected end of file in the line
With this code:
I had ran into this trouble when I left a php foreach: tag unclosed.
Closing it using the following solved the syntax error: unexpected end of file
unexpected end of file
Hope it helps someone