Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dmath.c1136 PHPAPI zend_string *_php_math_number_format(double d, int dec, char dec_point, char thousand_sep) in _php_math_number_format() argument
1138 return _php_math_number_format_ex(d, dec, &dec_point, 1, &thousand_sep, 1); in _php_math_number_format()
1142 size_t dec_point_len, char *thousand_sep, size_t thousand_sep_len) in _php_math_number_format_ex() argument
1188 if (thousand_sep) { in _php_math_number_format_ex()
1243 if (thousand_sep && (++count%3)==0 && s >= ZSTR_VAL(tmpbuf)) { in _php_math_number_format_ex()
1245 memcpy(t + 1, thousand_sep, thousand_sep_len); in _php_math_number_format_ex()
1265 char *thousand_sep = NULL, *dec_point = NULL; in PHP_FUNCTION() local
1274 Z_PARAM_STRING_EX(thousand_sep, thousand_sep_len, 1, 0) in PHP_FUNCTION()
1290 if (thousand_sep == NULL) { in PHP_FUNCTION()
1291 thousand_sep = &thousand_sep_chr; in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds