Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dmath.c1121 size_t dec_point_len, char *thousand_sep, size_t thousand_sep_len) in _php_math_number_format_ex() argument
1168 integral = zend_safe_addmult((integral-1)/3, thousand_sep_len, integral, "number formatting"); in _php_math_number_format_ex()
1223 t -= thousand_sep_len; in _php_math_number_format_ex()
1224 memcpy(t + 1, thousand_sep, thousand_sep_len); in _php_math_number_format_ex()
1246 size_t thousand_sep_len = 0, dec_point_len = 0; in PHP_FUNCTION() local
1253 Z_PARAM_STRING_EX(thousand_sep, thousand_sep_len, 1, 0) in PHP_FUNCTION()
1271 thousand_sep_len = 1; in PHP_FUNCTION()
1275 dec_point, dec_point_len, thousand_sep, thousand_sep_len)); in PHP_FUNCTION()

Completed in 9 milliseconds