bjori Sun Feb 4 13:36:00 2007 UTC
Modified files:
/phpdoc/en/language types.xml
Log:
Bug#40283 (Heredoc syntax documentation incorrect)
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/types.xml?r1=1.173&r2=1.174&diff_format=u
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.173 phpdoc/en/language/types.xml:1.174
--- phpdoc/en/language/types.xml:1.173 Wed Jan 10 15:01:42 2007
+++ phpdoc/en/language/types.xml Sun Feb 4 13:36:00 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.173 $ -->
+<!-- $Revision: 1.174 $ -->
<chapter id="language.types">
<title>Types</title>
@@ -802,7 +802,7 @@
<title>Heredoc</title>
<simpara>
Another way to delimit strings is by using heredoc syntax
- ("<<<"). One should provide an identifier after
+ ("<<<"). One should provide an identifier (followed by new
line) after
<literal><<<</literal>, then the string, and then the
same identifier to close the quotation.
</simpara>