Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dphp_math.h23 …c, const char *dec_point, size_t dec_point_len, const char *thousand_sep, size_t thousand_sep_len);
24 …c, const char *dec_point, size_t dec_point_len, const char *thousand_sep, size_t thousand_sep_len);
H A Dmath.c1065 size_t dec_point_len, const char *thousand_sep, size_t thousand_sep_len) in _php_math_number_format_ex() argument
1112 integral = zend_safe_addmult((integral-1)/3, thousand_sep_len, integral, "number formatting"); in _php_math_number_format_ex()
1167 t -= thousand_sep_len; in _php_math_number_format_ex()
1168 memcpy(t + 1, thousand_sep, thousand_sep_len); in _php_math_number_format_ex()
1183 size_t dec_point_len, const char *thousand_sep, size_t thousand_sep_len) in _php_math_number_format_long() argument
1246 reslen = zend_safe_addmult((reslen-1)/3, thousand_sep_len, reslen, "number formatting"); in _php_math_number_format_long()
1286 t -= thousand_sep_len; in _php_math_number_format_long()
1287 memcpy(t + 1, thousand_sep, thousand_sep_len); in _php_math_number_format_long()
1307 size_t thousand_sep_len = 0, dec_point_len = 0; in PHP_FUNCTION() local
1314 Z_PARAM_STRING_OR_NULL(thousand_sep, thousand_sep_len) in PHP_FUNCTION()
[all …]

Completed in 10 milliseconds