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

index 2af85b423b20ac29073afbf6c81d6c4dfabd1bbd..d5435a468c7c1ea68c52ba4986b168e95e90dff5 100644 (file)
@@ -485,7 +485,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)
 {
@@ -527,7 +527,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)
 {