From 42c5a6ef3b1d03f37ee203fd997f9ccedb42e2ee Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Wed, 17 Mar 2004 09:10:20 +0000 Subject: [PATCH] typos... (hope it's not worse now ;-) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153868 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcre/constants.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/pcre/constants.xml b/reference/pcre/constants.xml index 027f859a62..0b73b31e35 100644 --- a/reference/pcre/constants.xml +++ b/reference/pcre/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants; @@ -58,8 +58,8 @@ If this flag is set, for every occurring match the appendant string offset will also be returned. Note that this changes the return - value in an array where very element is an array consisting of the - matched string at offset 0 and its string offset into subject at + values in an array where every element is an array consisting of the + matched string at offset 0 and its string offset within subject at offset 1. This flag is available since PHP 4.3.0 and is only used for preg_split.