vrana           Fri Mar 23 13:48:48 2007 UTC

  Modified files:              
    /phpdoc/en/reference/strings/functions      str-ireplace.xml 
  Log:
  Replacement of array is done one by one (bug #40863)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/str-ireplace.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/strings/functions/str-ireplace.xml
diff -u phpdoc/en/reference/strings/functions/str-ireplace.xml:1.9 
phpdoc/en/reference/strings/functions/str-ireplace.xml:1.10
--- phpdoc/en/reference/strings/functions/str-ireplace.xml:1.9  Fri Aug 11 
17:15:26 2006
+++ phpdoc/en/reference/strings/functions/str-ireplace.xml      Fri Mar 23 
13:48:48 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.str-ireplace">
    <refnamediv>
@@ -44,6 +44,12 @@
      this replacement string is used for every value of
      <parameter>search</parameter>.
     </para>
+    <note>
+     <para>
+      Every replacement with <parameter>search</parameter> array is performed
+      on the result of previous replacement.
+     </para>
+    </note>
     <para>
      <example>
       <title><function>str_ireplace</function> example</title>


Reply via email to