Searched refs:dec_point_len (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | math.c | 1101 size_t dec_point_len, char *thousand_sep, size_t thousand_sep_len, in _php_math_number_format_ex_len() argument 1156 reslen += dec_point_len; in _php_math_number_format_ex_len() 1192 t -= dec_point_len; in _php_math_number_format_ex_len() 1193 memcpy(t + 1, dec_point, dec_point_len); in _php_math_number_format_ex_len() 1222 size_t dec_point_len, char *thousand_sep, size_t thousand_sep_len) in _php_math_number_format_ex() argument 1224 return _php_math_number_format_ex_len(d, dec, dec_point, dec_point_len, in _php_math_number_format_ex() 1237 int thousand_sep_len = 0, dec_point_len = 0; in PHP_FUNCTION() local 1239 …meters(ZEND_NUM_ARGS() TSRMLS_CC, "d|ls!s!", &num, &dec, &dec_point, &dec_point_len, &thousand_sep… in PHP_FUNCTION() 1253 dec_point_len = 1; in PHP_FUNCTION() 1263 dec_point, dec_point_len, thousand_sep, thousand_sep_len, in PHP_FUNCTION()
|
Completed in 7 milliseconds