diff options
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r-- | ext/standard/php_math.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index fe5c873542..71d9b6d88e 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -35,6 +35,9 @@ PHP_FUNCTION(pi); PHP_FUNCTION(exp); PHP_FUNCTION(log); PHP_FUNCTION(log10); +PHP_FUNCTION(finite); +PHP_FUNCTION(isinf); +PHP_FUNCTION(isnan); PHP_FUNCTION(pow); PHP_FUNCTION(sqrt); PHP_FUNCTION(srand); |