Home
last modified time | relevance | path

Searched refs:_php_math_number_format (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/standard/
H A Dphp_math.h24 PHPAPI zend_string *_php_math_number_format(double, int, char, char);
H A Dmath.c1136 PHPAPI zend_string *_php_math_number_format(double d, int dec, char dec_point, char thousand_sep) in _php_math_number_format() function
1279 RETURN_STR(_php_math_number_format(num, 0, dec_point_chr, thousand_sep_chr)); in PHP_FUNCTION()
1282 RETURN_STR(_php_math_number_format(num, (int)dec, dec_point_chr, thousand_sep_chr)); in PHP_FUNCTION()

Completed in 16 milliseconds