diff options
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r-- | ext/standard/php_math.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index 5e531249f7..679ee2b624 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -23,6 +23,7 @@ #define PHP_MATH_H PHPAPI char *_php_math_number_format(double, int, char , char); +PHPAPI char * _php_math_longtobase(zval *arg, int base); PHP_FUNCTION(sin); PHP_FUNCTION(cos); |