vrana Sat Aug 7 04:50:34 2004 EDT
Modified files: /phpdoc/en/reference/pcre pattern.modifiers.xml Log: Escaping with e modifier http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/pattern.modifiers.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/pcre/pattern.modifiers.xml diff -u phpdoc/en/reference/pcre/pattern.modifiers.xml:1.2 phpdoc/en/reference/pcre/pattern.modifiers.xml:1.3 --- phpdoc/en/reference/pcre/pattern.modifiers.xml:1.2 Thu Jul 29 06:15:26 2004 +++ phpdoc/en/reference/pcre/pattern.modifiers.xml Sat Aug 7 04:50:32 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 --> <refentry id="reference.pcre.pattern.modifiers"> <refnamediv> @@ -88,6 +88,8 @@ does normal substitution of backreferences in the replacement string, evaluates it as PHP code, and uses the result for replacing the search string. + Single and double quotes are escaped by backslashes in substituted + backreferences. </simpara> <para> Only <function>preg_replace</function> uses this modifier;