philip Fri Feb 14 18:18:03 2003 EDT
Modified files:
/phpdoc/en/language types.xml
Log:
strings (single quotes): escape sequences for special characters are also not
expanded
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.106 phpdoc/en/language/types.xml:1.107
--- phpdoc/en/language/types.xml:1.106 Wed Jan 22 18:55:56 2003
+++ phpdoc/en/language/types.xml Fri Feb 14 18:18:02 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.106 $ -->
+<!-- $Revision: 1.107 $ -->
<chapter id="language.types">
<title>Types</title>
@@ -658,8 +658,10 @@
</note>
<note>
<simpara>
- Unlike the two other syntaxes, variables will <emphasis>not</emphasis>
- be expanded when they occur in single quoted strings.
+ Unlike the two other syntaxes, <link
+ linkend="language.variables">variables</link> and escape sequences
+ for special characters will <emphasis>not</emphasis> be expanded
+ when they occur in single quoted strings.
</simpara>
</note>
<informalexample>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php