Searched refs:thousand_sep_chr (Results 1 – 1 of 1) sorted by relevance
/PHP-5.5/ext/standard/ |
H A D | math.c | 1236 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() 1257 thousand_sep = &thousand_sep_chr; in PHP_FUNCTION()
|
Completed in 11 milliseconds