young Wed Oct 20 04:39:05 2004 EDT
Modified files: /phpdoc/en/reference/pcre/functions preg-match-all.xml Log: Fixed little typo (from copy/paste) http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/functions/preg-match-all.xml?r1=1.16&r2=1.17&ty=u Index: phpdoc/en/reference/pcre/functions/preg-match-all.xml diff -u phpdoc/en/reference/pcre/functions/preg-match-all.xml:1.16 phpdoc/en/reference/pcre/functions/preg-match-all.xml:1.17 --- phpdoc/en/reference/pcre/functions/preg-match-all.xml:1.16 Tue Oct 12 07:20:28 2004 +++ phpdoc/en/reference/pcre/functions/preg-match-all.xml Wed Oct 20 04:39:04 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.16 $ --> +<!-- $Revision: 1.17 $ --> <!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 --> <refentry id="function.preg-match-all"> <refnamediv> @@ -140,7 +140,7 @@ <para> Using <parameter>offset</parameter> is not equivalent to passing <literal>substr($subject, $offset)</literal> to - <function>preg_match</function> in place of the subject string, because + <function>preg_match_all</function> in place of the subject string, because <parameter>pattern</parameter> can contain assertions such as <emphasis>^</emphasis>, <emphasis>$</emphasis> or <emphasis>(?<=x)</emphasis>. See <function>preg_match</function> for