Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dmath.c1239 char thousand_sep_chr = ',', dec_point_chr = '.'; in PHP_FUNCTION() local
1252 RETURN_STR(_php_math_number_format(num, 0, dec_point_chr, thousand_sep_chr)); in PHP_FUNCTION()
1255 RETURN_STR(_php_math_number_format(num, (int)dec, dec_point_chr, thousand_sep_chr)); in PHP_FUNCTION()
1264 thousand_sep = &thousand_sep_chr; in PHP_FUNCTION()

Completed in 7 milliseconds