From 4edd5be5cb2784ad214bd34c2757181b9e917dc6 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Fri, 7 Dec 2001 21:51:54 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64250 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pcre.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/pcre.xml b/functions/pcre.xml index ce3386d561..d503dcab7e 100644 --- a/functions/pcre.xml +++ b/functions/pcre.xml @@ -1,5 +1,5 @@ - + Regular Expression Functions (Perl-Compatible) PCRE @@ -90,7 +90,7 @@ If matches is provided, then it is filled with the results of search. $matches[0] will contain the text that - match the full pattern, $matches[1] will have the text that matched + matched the full pattern, $matches[1] will have the text that matched the first captured parenthesized subpattern, and so on.