mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
20a729bdf3
commit
42c5a6ef3b
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue