typos... (hope it's not worse now ;-)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153868 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Samesch 2004-03-17 09:10:20 +00:00
parent 20a729bdf3
commit 42c5a6ef3b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<section id="pcre.constants">
&reftitle.constants;
&extension.constants;
@ -58,8 +58,8 @@
<entry>
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 <literal>PHP</literal> 4.3.0
and is only used for <function>preg_split</function>.
</entry>