mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- 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:
parent
05eeed7921
commit
33f6eda0cd
1 changed files with 1 additions and 1 deletions
|
@ -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>name)</literal> or
|
||||
<literal>(?P&name)</literal>.
|
||||
<literal>(?&name)</literal>.
|
||||
</para>
|
||||
<para>
|
||||
If the syntax for a recursive subpattern reference (either by number or
|
||||
|
|
Loading…
Reference in a new issue