For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > July 2007 > cvs: phpdoc /en/reference/pcre/functions preg-match.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/pcre/functions preg-match.xml
Etienne Kneuss

2007-07-23, 7:01 pm

colder Mon Jul 23 19:32:16 2007 UTC

Modified files:
/phpdoc/en/reference/pcre/functions preg-match.xml
Log:
Bad wording

http://cvs.php.net/viewvc.cgi/phpdo...5&diff_format=u
Index: phpdoc/en/reference/pcre/functions/preg-match.xml
diff -u phpdoc/en/reference/pcre/functions/preg-match.xml:1.24 phpdoc/en/reference/pcre/functions/preg-match.xml:1.25
--- phpdoc/en/reference/pcre/functions/preg-match.xml:1.24 Wed Jun 20 22:25:11 2007
+++ phpdoc/en/reference/pcre/functions/preg-match.xml Mon Jul 23 19:32:16 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
<refentry xml:id="function.preg-match" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>preg_match</refname>
@@ -67,8 +67,8 @@
If this flag is passed, for every occurring match the appendant string
offset will also be returned. Note that this changes the return value
in an array where every element is an array consisting of the matched
- string at offset <literal>0</literal> and its string offset into
- <parameter>subject</parameter> at offset <literal>1</literal>.
+ string at index <literal>0</literal> and its string offset into
+ <parameter>subject</parameter> at index <literal>1</literal>.
</simpara>
</listitem>
</varlistentry>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com