From 1e4cae28b2ea2de9fb296366ea506cbb49c87452 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 17 Aug 2016 16:34:22 +0200 Subject: Seems like I did a bad merge earlier, this should make PHP-7.0 sync with 7.1/master properly now --- ext/standard/php_math.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/standard/php_math.h') diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index 406fd49dcd..62c089bf48 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -22,6 +22,7 @@ #ifndef PHP_MATH_H #define PHP_MATH_H +PHPAPI double _php_math_round(double, int, int); PHPAPI zend_string *_php_math_number_format(double, int, char, char); PHPAPI zend_string *_php_math_number_format_ex(double, int, char *, size_t, char *, size_t); PHPAPI zend_string * _php_math_longtobase(zval *arg, int base); -- cgit v1.2.1