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