Explain heredoc closing identifier error a little more. This closes bug #20814.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112920 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2003-01-21 07:27:50 +00:00
parent c585222898
commit 542271944a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.104 $ -->
<!-- $Revision: 1.105 $ -->
<chapter id="language.types">
<title>Types</title>
@ -782,6 +782,13 @@ echo 'I am trying to include at this point: \n a newline';
operating system. This is <literal>\r</literal> on Macintosh
for example.
</simpara>
<simpara>
If this rule is broken and the closing identifier is not "clean"
then it's not considered to be a closing identifier and PHP
will continue looking for one. If in this case a proper closing
identifier is not found then a parse error will result with the
line number being at the end of the script.
</simpara>
</warning>
<para>