mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
heredoc must be followed by newline (bug #36682)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@209256 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dac5925124
commit
6e4d10ffb6
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.161 $ -->
|
||||
<!-- $Revision: 1.162 $ -->
|
||||
<chapter id="language.types">
|
||||
<title>Types</title>
|
||||
|
||||
|
@ -820,7 +820,8 @@ echo 'Variables do not $expand $either';
|
|||
It's also important to realize that the first character before
|
||||
the closing identifier must be a newline as defined by your
|
||||
operating system. This is <literal>\r</literal> on Macintosh
|
||||
for example.
|
||||
for example. Closing delimiter (possibly followed by a semicolon) must
|
||||
be followed by a newline too.
|
||||
</simpara>
|
||||
<simpara>
|
||||
If this rule is broken and the closing identifier is not "clean"
|
||||
|
|
Loading…
Reference in a new issue