diff options
author | Egon Schmid <eschmid@php.net> | 2000-02-22 15:48:43 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-02-22 15:48:43 +0000 |
commit | e06c2021c96438d41dc5b408c06c46850e7af92e (patch) | |
tree | 1ba5f5d7d902bb99e20a851ddb34dee56cd916d8 /ext/bcmath/bcmath.c | |
parent | 3b74bbe999131a86f2c4e947cde1aa1101385b6f (diff) | |
download | php-git-e06c2021c96438d41dc5b408c06c46850e7af92e.tar.gz |
More protos.
Diffstat (limited to 'ext/bcmath/bcmath.c')
-rw-r--r-- | ext/bcmath/bcmath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c index 1e8e25c88b..3bb1aeb38e 100644 --- a/ext/bcmath/bcmath.c +++ b/ext/bcmath/bcmath.c @@ -107,7 +107,7 @@ PHP_FUNCTION(bcadd) /* }}} */ /* {{{ proto string bcsub(string left_operand, string right_operand [, int scale]) - Returns the difference between two arbitrary precision numbers (subtration) */ + Returns the difference between two arbitrary precision numbers */ PHP_FUNCTION(bcsub) { pval **left, **right,**scale_param; |