betz            Wed Oct 18 15:00:01 2006 UTC

  Modified files:              
    /phpdoc/en/reference/strings/functions      str-repeat.xml 
  Log:
  fix 39186
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/str-repeat.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/strings/functions/str-repeat.xml
diff -u phpdoc/en/reference/strings/functions/str-repeat.xml:1.7 
phpdoc/en/reference/strings/functions/str-repeat.xml:1.8
--- phpdoc/en/reference/strings/functions/str-repeat.xml:1.7    Tue Aug 17 
21:44:35 2004
+++ phpdoc/en/reference/strings/functions/str-repeat.xml        Wed Oct 18 
15:00:01 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.str-repeat">
    <refnamediv>
@@ -14,7 +14,7 @@
       
<methodparam><type>int</type><parameter>multiplier</parameter></methodparam>
      </methodsynopsis>
     <para>
-     Returns <parameter>input_str</parameter> repeated
+     Returns <parameter>input</parameter> repeated
      <parameter>multiplier</parameter> times.
      <parameter>multiplier</parameter> has to be greater than or equal to 0.
      If the <parameter>multiplier</parameter> is set to 0, the function will

Reply via email to