- Fixed bug #62237 (PCRE recursion pattern should be (?&name), not (?P&name))

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326014 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Felipe Pena 2012-06-07 17:38:10 +00:00
parent 05eeed7921
commit 33f6eda0cd

View file

@ -2016,7 +2016,7 @@
<literal>(?1)</literal>, <literal>(?2)</literal> and so on
can be used for recursive subpatterns too. It is also possible to use named
subpatterns: <literal>(?P&gt;name)</literal> or
<literal>(?P&amp;name)</literal>.
<literal>(?&amp;name)</literal>.
</para>
<para>
If the syntax for a recursive subpattern reference (either by number or