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.