nlopess         Fri May 21 10:04:32 2004 EDT

  Modified files:              
    /phpdoc/en/reference/pcre/functions preg-match.xml 
  Log:
  fix #28408: simple proto fix
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/functions/preg-match.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/pcre/functions/preg-match.xml
diff -u phpdoc/en/reference/pcre/functions/preg-match.xml:1.12 
phpdoc/en/reference/pcre/functions/preg-match.xml:1.13
--- phpdoc/en/reference/pcre/functions/preg-match.xml:1.12      Sat Feb 28 10:13:41 
2004
+++ phpdoc/en/reference/pcre/functions/preg-match.xml   Fri May 21 10:04:32 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 <!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
   <refentry id="function.preg-match">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>preg_match</methodname>
+      <type>mixed</type><methodname>preg_match</methodname>
       <methodparam><type>string</type><parameter>pattern</parameter></methodparam>
       <methodparam><type>string</type><parameter>subject</parameter></methodparam>
       <methodparam 
choice="opt"><type>array</type><parameter>matches</parameter></methodparam>

Reply via email to