diff --git a/reference/pcre/pattern.syntax.xml b/reference/pcre/pattern.syntax.xml index d42a19ae05..0e44c40903 100644 --- a/reference/pcre/pattern.syntax.xml +++ b/reference/pcre/pattern.syntax.xml @@ -1,5 +1,5 @@ - + @@ -1733,7 +1733,7 @@ Since PHP 4.3.3, (?1), (?2) and so on can be used for recursive subpatterns too. It is also possible to use named - subpatterns: (?Pfoo). + subpatterns: (?P<name>foo). If the syntax for a recursive subpattern reference (either by number or