mirror of
https://github.com/php/php-src.git
synced 2024-12-02 14:24:10 +08:00
Fix build
This commit is contained in:
parent
9c63b618dd
commit
01afb02bad
@ -354,7 +354,7 @@ PHP_FUNCTION(asinh)
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "d", &num) == FAILURE) {
|
||||
return;
|
||||
}
|
||||
RETURN_DOUBLE(asinh(num));
|
||||
RETURN_DOUBLE(php_asinh(num));
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user