News Feed
Jobs Feed
Sections




News Archive
Lars Strojny's Blog:
NOWDOC + double quotes = HEREDOC
April 15, 2008 @ 10:25:09

Lars Strojny has posted about a the new element that's been introduced in the PHP 5.3 branch - NOWDOC:

PHP 5.3 introduces a new syntax element, NOWDOC. If you know HEREDOC, NOWDOC is easy to understand: it is in fact HEREDOC taken literally. Whily variables are expanded in HEREDOC, in NOWDOC they are not.

NOWDOC is basically a HEREDOC except for one thing - no parsing is done inside of it, making it good for echoing out PHP code (that would otherwise need to be escaped all over).

0 comments voice your opinion now!
heredoc nowdoc parse block content


blog comments powered by Disqus

Similar Posts

Ilia Alshanetsky's Blog: Beware of the default Apache 2 config for PHP

IBM developerWorks: How to internationalize your PHP apps

Sean Coates' Blog: PHP Pie?

Davey Shafik's Blog: Where fore art thou International PHP Magazine?

PHPBuilder.com: Building a PHP RSS Aggregator


Community Events











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


zendframework2 podcast development code introduction object testing framework conference series example community unittest tool interview opinion composer release functional language

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