mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
More protos.
This commit is contained in:
parent
3b74bbe999
commit
e06c2021c9
4 changed files with 11 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue