vrana           Fri Aug 17 03:00:29 2007 UTC

  Modified files:              
    /phpdoc/en/reference/pcre/functions preg-match-all.xml 
                                        preg-match.xml 
  Log:
  $offset is in bytes (#41588)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pcre/functions/preg-match-all.xml?r1=1.24&r2=1.25&diff_format=u
Index: phpdoc/en/reference/pcre/functions/preg-match-all.xml
diff -u phpdoc/en/reference/pcre/functions/preg-match-all.xml:1.24 
phpdoc/en/reference/pcre/functions/preg-match-all.xml:1.25
--- phpdoc/en/reference/pcre/functions/preg-match-all.xml:1.24  Thu Aug 16 
10:03:31 2007
+++ phpdoc/en/reference/pcre/functions/preg-match-all.xml       Fri Aug 17 
03:00:29 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-all" 
xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>preg_match_all</refname>
@@ -158,7 +158,7 @@
       <para>
        Normally, the search starts from the beginning of the subject string.
        The optional parameter <parameter>offset</parameter> can be used to
-       specify the alternate place from which to start the search.
+       specify the alternate place from which to start the search (in bytes).
       </para>
       <note>
        <para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pcre/functions/preg-match.xml?r1=1.25&r2=1.26&diff_format=u
Index: phpdoc/en/reference/pcre/functions/preg-match.xml
diff -u phpdoc/en/reference/pcre/functions/preg-match.xml:1.25 
phpdoc/en/reference/pcre/functions/preg-match.xml:1.26
--- phpdoc/en/reference/pcre/functions/preg-match.xml:1.25      Mon Jul 23 
19:32:16 2007
+++ phpdoc/en/reference/pcre/functions/preg-match.xml   Fri Aug 17 03:00:29 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
 <refentry xml:id="function.preg-match" xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>preg_match</refname>
@@ -82,7 +82,7 @@
       <para>
        Normally, the search starts from the beginning of the subject string.
        The optional parameter <parameter>offset</parameter> can be used to
-       specify the alternate place from which to start the search.
+       specify the alternate place from which to start the search (in bytes).
       </para>
       <note>
        <para>

Reply via email to