From: Andrey Hristov Date: Thu, 12 Jun 2003 12:23:10 +0000 (+0000) Subject: proto fixes X-Git-Tag: php-4.3.3RC1~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f97891939e645a0513d32bf1f67190ccefe070b;p=php proto fixes --- diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c index 9da0a2f727..3f9293bdb2 100644 --- a/ext/bcmath/bcmath.c +++ b/ext/bcmath/bcmath.c @@ -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) {