git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295107 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mark Wiesemann 2010-02-15 21:53:38 +00:00
parent a3e8136e4e
commit 6f23625a02

View file

@ -394,7 +394,7 @@ FOOBAR;
<para>
A nowdoc is identified with the same <literal>&lt;&lt;&lt;</literal>
seqeuence used for heredocs, but the identifier which follows is enclosed in
sequence used for heredocs, but the identifier which follows is enclosed in
single quotes, e.g. <literal>&lt;&lt;&lt;'EOT'</literal>. All the rules for
heredoc identifiers also apply to nowdoc identifiers, especially those
regarding the appearance of the closing identifier.