Home
last modified time | relevance | path

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

/php-src/ext/standard/
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…
24 …rmat_long(zend_long num, zend_long dec, const char *dec_point, size_t dec_point_len, const char *t…
H A Dmath.c1070 size_t dec_point_len, const char *thousand_sep, size_t thousand_sep_len) in _php_math_number_format_ex() argument
1126 reslen = zend_safe_addmult(reslen, 1, dec_point_len, "number formatting"); in _php_math_number_format_ex()
1162 t -= dec_point_len; in _php_math_number_format_ex()
1163 memcpy(t + 1, dec_point, dec_point_len); in _php_math_number_format_ex()
1188 size_t dec_point_len, const char *thousand_sep, size_t thousand_sep_len) in _php_math_number_format_long() argument
1260 reslen = zend_safe_addmult(reslen, 1, dec_point_len, "number formatting"); in _php_math_number_format_long()
1281 t -= dec_point_len; in _php_math_number_format_long()
1282 memcpy(t + 1, dec_point, dec_point_len); in _php_math_number_format_long()
1312 size_t thousand_sep_len = 0, dec_point_len = 0; in PHP_FUNCTION() local
1318 Z_PARAM_STRING_OR_NULL(dec_point, dec_point_len) in PHP_FUNCTION()
[all …]

Completed in 31 milliseconds