philip Sat Jan 18 03:56:07 2003 EDT Modified files: /phpdoc/en/language types.xml Log: Character before heredoc closing identifier (which is EOL) depends on the OS. This closes bug #21680 Index: phpdoc/en/language/types.xml diff -u phpdoc/en/language/types.xml:1.100 phpdoc/en/language/types.xml:1.101 --- phpdoc/en/language/types.xml:1.100 Sun Jan 12 17:51:45 2003 +++ phpdoc/en/language/types.xml Sat Jan 18 03:56:06 2003 @@ -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 @@ 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>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php