mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +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])
|
/* {{{ 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)
|
PHP_FUNCTION(bcsub)
|
||||||
{
|
{
|
||||||
pval **left, **right,**scale_param;
|
pval **left, **right,**scale_param;
|
||||||
|
|
|
@ -1252,7 +1252,7 @@ php_printf("%s\n", ptr);
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
/* {{{ proto string hw_dummy(int link, int id, int msgid)
|
/* {{{ proto string hw_dummy(int link, int id, int msgid)
|
||||||
??? */
|
Hyperwave dummy function */
|
||||||
PHP_FUNCTION(hw_dummy) {
|
PHP_FUNCTION(hw_dummy) {
|
||||||
pval **arg1, **arg2, **arg3;
|
pval **arg1, **arg2, **arg3;
|
||||||
int link, id, type, msgid;
|
int link, id, type, msgid;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue