adam            Mon Mar 31 09:52:04 2003 EDT

  Modified files:              
    /phpdoc/en/reference/bc/functions   bcpow.xml bcpowmod.xml 
  Log:
  Update to reflect final result on Bug #22942.
  
  
Index: phpdoc/en/reference/bc/functions/bcpow.xml
diff -u phpdoc/en/reference/bc/functions/bcpow.xml:1.4 
phpdoc/en/reference/bc/functions/bcpow.xml:1.5
--- phpdoc/en/reference/bc/functions/bcpow.xml:1.4      Wed Dec 11 11:34:54 2002
+++ phpdoc/en/reference/bc/functions/bcpow.xml  Mon Mar 31 09:52:04 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/bc.xml, last change in rev 1.2 -->
   <refentry id="function.bcpow">
    <refnamediv>
@@ -13,7 +13,7 @@
      <methodsynopsis>
       <type>string</type><methodname>bcpow</methodname>
       <methodparam><type>string</type><parameter>x</parameter></methodparam>
-      <methodparam><type>string</type><parameter>y</parameter></methodparam>
+      <methodparam><type>int</type><parameter>y</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>scale</parameter></methodparam>
      </methodsynopsis>
     <para>
Index: phpdoc/en/reference/bc/functions/bcpowmod.xml
diff -u phpdoc/en/reference/bc/functions/bcpowmod.xml:1.1 
phpdoc/en/reference/bc/functions/bcpowmod.xml:1.2
--- phpdoc/en/reference/bc/functions/bcpowmod.xml:1.1   Wed Dec 11 11:34:54 2002
+++ phpdoc/en/reference/bc/functions/bcpowmod.xml       Mon Mar 31 09:52:04 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.bcpowmod">
    <refnamediv>
     <refname>bcpowmod</refname>
@@ -12,7 +12,7 @@
      <methodsynopsis>
       <type>string</type><methodname>bcpowmod</methodname>
       <methodparam><type>string</type><parameter>x</parameter></methodparam>
-      <methodparam><type>string</type><parameter>y</parameter></methodparam>
+      <methodparam><type>int</type><parameter>y</parameter></methodparam>
       <methodparam><type>string</type><parameter>modulus</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>scale</parameter></methodparam>
      </methodsynopsis>



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

Reply via email to