News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
Should You Close Your PHP Code Tags?
September 20, 2010 @ 13:34:22

On the SitePoint PHP blog there's a new post with an interesting question for PHP developers that might go against how they were tought to code from their early days - should you close your PHP tags at the end of your code?

Even those with a modest grasp of PHP know that code must be enclosed within special tags. [...] However, if your file contains just PHP - and no escaped HTML code - the closing ?> tag is entirely optional. Many developers argue that unnecessary code should be removed but there's another reason you could consider scrapping the closing tag.

Their rationale is that, in some situations, extra characters or other information could pop up after that closing PHP tag and cause problems in your code. If you drop the closing tag completely, there's no risk that this could happen and PHP parses it the same way.

There's lots of great comments with opinions both for and against.

1 comment voice your opinion now!
opinion close tag end error


blog comments powered by Disqus

Similar Posts

Pierre-Alain Joye's Blog: Howto use a single php.ini for cli/cgi with htscanner, use 0.7.0 or later

Padraic Brady's Blog: Nanosecond Scale Remote Timing Attacks On PHP Apps: Take Them Seriously?

Anthony Ferrara's Blog: Open Standards - The Better Way

NETTUTS.com: Building a jQuery-Powered Tag-Cloud

Prism-Perfect.net: PHP Tag Cloud Tutorial


Community Events











Don't see your event here?
Let us know!


conference development podcast community language interview release series symfony2 phpunit framework usergroup zendframework2 functional database opinion testing rest introduction unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework