Skip to content

Commit bbc9134

Browse files
committed
proto fixes
1 parent b8e59bb commit bbc9134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/bcmath/bcmath.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ PHP_FUNCTION(bcsqrt)
485485
}
486486
/* }}} */
487487

488-
/* {{{ proto string bccomp(string left_operand, string right_operand [, int scale])
488+
/* {{{ proto int bccomp(string left_operand, string right_operand [, int scale])
489489
Compares two arbitrary precision numbers */
490490
PHP_FUNCTION(bccomp)
491491
{
@@ -527,7 +527,7 @@ PHP_FUNCTION(bccomp)
527527
}
528528
/* }}} */
529529

530-
/* {{{ proto string bcscale(int scale)
530+
/* {{{ proto bool bcscale(int scale)
531531
Sets default scale parameter for all bc math functions */
532532
PHP_FUNCTION(bcscale)
533533
{

0 commit comments

Comments
 (0)