]> granicus.if.org Git - php/commitdiff
proto fixes
authorAndrey Hristov <andrey@php.net>
Thu, 12 Jun 2003 12:23:10 +0000 (12:23 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 12 Jun 2003 12:23:10 +0000 (12:23 +0000)
ext/bcmath/bcmath.c

index 9da0a2f72718941b2cb18b1cfe313fa6ecbbb189..3f9293bdb25a440bc04da57af053d779e0b6f766 100644 (file)
@@ -439,7 +439,7 @@ PHP_FUNCTION(bcsqrt)
 }
 /* }}} */
 
-/* {{{ proto string bccomp(string left_operand, string right_operand [, int scale])
+/* {{{ proto int bccomp(string left_operand, string right_operand [, int scale])
    Compares two arbitrary precision numbers */
 PHP_FUNCTION(bccomp)
 {
@@ -481,7 +481,7 @@ PHP_FUNCTION(bccomp)
 }
 /* }}} */
 
-/* {{{ proto string bcscale(int scale)
+/* {{{ proto bool bcscale(int scale)
    Sets default scale parameter for all bc math functions */
 PHP_FUNCTION(bcscale)
 {