Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dmath.c1236 char thousand_sep_chr = ',', dec_point_chr = '.'; in PHP_FUNCTION() local
1245 RETURN_STRING(_php_math_number_format(num, 0, dec_point_chr, thousand_sep_chr), 0); in PHP_FUNCTION()
1248 RETURN_STRING(_php_math_number_format(num, dec, dec_point_chr, thousand_sep_chr), 0); in PHP_FUNCTION()
1252 dec_point = &dec_point_chr; in PHP_FUNCTION()

Completed in 7 milliseconds