mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
dd05243b7f
commit
0357d0be0d
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue