proto fixes

This commit is contained in:
Andrey Hristov 2003-06-12 12:21:33 +00:00
parent b8e59bb336
commit bbc9134fc4

View 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)
{