Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dmath.c1266 char thousand_sep_chr = ',', dec_point_chr = '.'; in PHP_FUNCTION() local
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()
1286 dec_point = &dec_point_chr; in PHP_FUNCTION()

Completed in 7 milliseconds