vrana           Tue Mar  7 00:17:34 2006 UTC

  Modified files:              
    /phpdoc/en/reference/strings/functions      levenshtein.xml 
  Log:
  Fourth parameter is not optional (bug #36470)
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/strings/functions/levenshtein.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/strings/functions/levenshtein.xml
diff -u phpdoc/en/reference/strings/functions/levenshtein.xml:1.7 
phpdoc/en/reference/strings/functions/levenshtein.xml:1.8
--- phpdoc/en/reference/strings/functions/levenshtein.xml:1.7   Fri Dec  3 
16:01:33 2004
+++ phpdoc/en/reference/strings/functions/levenshtein.xml       Tue Mar  7 
00:17:34 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.12 -->
   <refentry id="function.levenshtein">
    <refnamediv>
@@ -15,7 +15,7 @@
       <methodparam><type>string</type><parameter>str1</parameter></methodparam>
       <methodparam><type>string</type><parameter>str2</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>cost_ins</parameter></methodparam>
-      <methodparam 
choice="opt"><type>int</type><parameter>cost_rep</parameter></methodparam>
+      
<methodparam><type>int</type><parameter>cost_rep</parameter></methodparam>
       
<methodparam><type>int</type><parameter>cost_del</parameter></methodparam>
      </methodsynopsis>
      <!-- Callback function not yet implemented, see bug #29552

Reply via email to