From e26d404d0ff81e739ec8f9fab046a72e2a8a76f8 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 25 Sep 2007 13:26:54 +0000 Subject: [PATCH] Fix build git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242905 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcre/pattern.syntax.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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