mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
c585222898
commit
542271944a
1 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue