From: Andrey Hristov Date: Thu, 12 Jun 2003 12:21:33 +0000 (+0000) Subject: proto fixes X-Git-Tag: RELEASE_1_0_2~307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbc9134fc4c4249316a0766eb2ac626774a62cf8;p=php proto fixes --- diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c index 2af85b423b..d5435a468c 100644 --- a/ext/bcmath/bcmath.c +++ b/ext/bcmath/bcmath.c @@ -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) {