vrana Wed Dec 10 08:03:54 2003 EDT
Modified files:
/phpdoc/en/language basic-syntax.xml
Log:
Fix of bug #22664
Index: phpdoc/en/language/basic-syntax.xml
diff -u phpdoc/en/language/basic-syntax.xml:1.34
phpdoc/en/language/basic-syntax.xml:1.35
--- phpdoc/en/language/basic-syntax.xml:1.34 Fri Jun 13 07:05:30 2003
+++ phpdoc/en/language/basic-syntax.xml Wed Dec 10 08:03:54 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.34 $ -->
+<!-- $Revision: 1.35 $ -->
<chapter id="language.basic-syntax">
<title>Basic syntax</title>
@@ -257,9 +257,11 @@
<simpara>
The one-line comment styles actually only comment to the end
of the line or the current block of PHP code, whichever comes first.
- This means that HTML code after <literal>// ?></literal> WILL be printed:
- ?> skips out of the PHP mode and returns to HTML mode, and
+ This means that HTML code after <literal>// ?></literal> WILL be printed:
+ ?> skips out of the PHP mode and returns to HTML mode, and
<literal>//</literal> cannot influence that.
+ If <link linkend="ini.asp-tags">asp_tags</link> configuration directive
+ is enabled, it behaves the same with <literal>// %></literal>.
</simpara>
</sect1>
</chapter>