Fix #64516: preg_quote() doesn't work to escape the replacement

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339916 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-08-20 13:02:09 +00:00
parent 4e713319a0
commit b64ba59d6a

View file

@ -27,6 +27,12 @@
<para>
Note that <literal>/</literal> is not a special regular expression character.
</para>
<note>
<para>
Note that <function>preg_quote</function> is not meant to be applied to the
$replacement string(s) of <function>preg_replace</function> etc.
</para>
</note>
</refsect1>
<refsect1 role="parameters">