mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
- Fixed build.
This commit is contained in:
parent
5a0253c14c
commit
af371c9f5e
@ -360,7 +360,7 @@ PHP_FUNCTION(asinh)
|
||||
|
||||
/* {{{ proto float acosh(float number)
|
||||
Returns the inverse hyperbolic cosine of the number, i.e. the value whose hyperbolic cosine is number */
|
||||
PHP_FUNCTION(php_acosh)
|
||||
PHP_FUNCTION(acosh)
|
||||
{
|
||||
double num;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user