Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dmath.c1017 size_t dec_point_len, const char *thousand_sep, size_t thousand_sep_len) in _php_math_number_format_ex() argument
1073 reslen = zend_safe_addmult(reslen, 1, dec_point_len, "number formatting"); in _php_math_number_format_ex()
1109 t -= dec_point_len; in _php_math_number_format_ex()
1110 memcpy(t + 1, dec_point, dec_point_len); in _php_math_number_format_ex()
1140 size_t thousand_sep_len = 0, dec_point_len = 0; in PHP_FUNCTION() local
1146 Z_PARAM_STRING_OR_NULL(dec_point, dec_point_len) in PHP_FUNCTION()
1152 dec_point_len = 1; in PHP_FUNCTION()
1159 …RETURN_STR(_php_math_number_format_ex(num, (int)dec, dec_point, dec_point_len, thousand_sep, thous… in PHP_FUNCTION()
H A Dphp_math.h23 …ath_number_format_ex(double d, int dec, const char *dec_point, size_t dec_point_len, const char *t…

Completed in 17 milliseconds