derick          Tue Jul 23 18:04:56 2002 EDT

  Modified files:              
    /phpdoc/en/reference/pcre/functions preg-replace.xml 
  Log:
  - Limit can't be an array
  
  
Index: phpdoc/en/reference/pcre/functions/preg-replace.xml
diff -u phpdoc/en/reference/pcre/functions/preg-replace.xml:1.2 
phpdoc/en/reference/pcre/functions/preg-replace.xml:1.3
--- phpdoc/en/reference/pcre/functions/preg-replace.xml:1.2     Wed Apr 17 02:42:49 
2002
+++ phpdoc/en/reference/pcre/functions/preg-replace.xml Tue Jul 23 18:04:54 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
   <refentry id="function.preg-replace">
    <refnamediv>
@@ -41,8 +41,8 @@
      returned unchanged.
     </para>
     <para>
-     Every parameter to <function>preg_replace</function> can be an
-     array.
+     Every parameter to <function>preg_replace</function> (except
+     <parameter>limit</parameter>) can be an array.
     </para>
     <para>
      If <parameter>subject</parameter> is an array, then the search



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to