The two phrases in the title have no pun intended.
Anyways, I found out today that I could write PHP codes without the close tag. Trying to investigate this, I stumbled on these two opposing ideas.
- Should you close that PHP tag? by 卡车 Chuck
- PHP files – Closing the PHP tag or not? by Open Core
Not only does the instruction from the Zend framework website state categorically that it should be closed, I also feel that anything that’s been started should …end.
What’s your opinion?