strings (single quotes): escape sequences for special characters are also not expanded

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116446 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2003-02-14 23:18:02 +00:00
parent dd05243b7f
commit 0357d0be0d

View file

@ -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 @@ EXPONENT_DNUM ( ({LNUM} | {DNUM}) [eE][+-]? {LNUM})
</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>