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:
Jakub Vrana 2006-03-13 11:01:37 +00:00
parent dac5925124
commit 6e4d10ffb6

View file

@ -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"