Searched defs:thousand_sep (Results 1 – 1 of 1) sorted by relevance
1006 PHPAPI zend_string *_php_math_number_format(double d, int dec, char dec_point, char thousand_sep) in _php_math_number_format()1012 size_t dec_point_len, const char *thousand_sep, size_t thousand_sep_len) in _php_math_number_format_ex()1130 size_t dec_point_len, const char *thousand_sep, size_t thousand_sep_len) in _php_math_number_format_long()1253 char *thousand_sep = NULL, *dec_point = NULL; in PHP_FUNCTION() local
Completed in 13 milliseconds