summaryrefslogtreecommitdiff
path: root/ext/bcmath
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2003-06-12 12:21:33 +0000
committerAndrey Hristov <andrey@php.net>2003-06-12 12:21:33 +0000
commitbbc9134fc4c4249316a0766eb2ac626774a62cf8 (patch)
tree2b86eadb72401ef01a7a26af366618fa7494efc7 /ext/bcmath
parentb8e59bb336d3c855f1ed3eeb24ca30598a241dbe (diff)
downloadphp-git-bbc9134fc4c4249316a0766eb2ac626774a62cf8.tar.gz
proto fixes
Diffstat (limited to 'ext/bcmath')
-rw-r--r--ext/bcmath/bcmath.c4
1 files changed, 2 insertions, 2 deletions
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)
{