jimw Mon Jan 22 16:32:06 2001 EDT
Modified files:
/phpdoc/en/language types.xml
Log:
clarify this, and not version difference
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.15 phpdoc/en/language/types.xml:1.16
--- phpdoc/en/language/types.xml:1.15 Tue Jan 2 12:03:23 2001
+++ phpdoc/en/language/types.xml Mon Jan 22 16:32:06 2001
@@ -173,8 +173,10 @@
</para>
<para>
- You can escape any other character, but a warning will be issued
- at the highest warning level.
+ If you attempt to escape any other character, both the backslash
+ and the character will be output. In PHP 3, a warning will
+ be issued at the <literal>E_NOTICE</literal> level when this
+ happens. In PHP 4, no warning is generated.
</para>
<para>