Character before heredoc closing identifier (which is EOL) depends on the OS.

This closes bug #21680


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112361 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2003-01-18 08:56:06 +00:00
parent e90f9f966d
commit 97e8b8dccf

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.100 $ -->
<!-- $Revision: 1.101 $ -->
<chapter id="language.types">
<title>Types</title>
@ -751,6 +751,9 @@ echo 'I am trying to include at this point: \n a newline';
That means especially that the identifier
<emphasis>may not be indented</emphasis>, and there
may not be any spaces or tabs after or before the semicolon.
It's also important to realize that the first character before
the closing identifier must be a newline as defined by your
operating system. So for example on macs; <literal>\r</literal>.
</simpara>
</warning>