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