andrey Thu Jun 12 08:21:33 2003 EDT Modified files: /php4/ext/bcmath bcmath.c Log: proto fixes Index: php4/ext/bcmath/bcmath.c diff -u php4/ext/bcmath/bcmath.c:1.55 php4/ext/bcmath/bcmath.c:1.56 --- php4/ext/bcmath/bcmath.c:1.55 Tue Jun 10 16:03:25 2003 +++ php4/ext/bcmath/bcmath.c Thu Jun 12 08:21:33 2003 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: bcmath.c,v 1.55 2003/06/10 20:03:25 imajes Exp $ */ +/* $Id: bcmath.c,v 1.56 2003/06/12 12:21:33 andrey Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -485,7 +485,7 @@ } /* }}} */ -/* {{{ 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 @@ } /* }}} */ -/* {{{ proto string bcscale(int scale) +/* {{{ proto bool bcscale(int scale) Sets default scale parameter for all bc math functions */ PHP_FUNCTION(bcscale) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php