Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_math.h26 PHPAPI char *_php_math_number_format_ex(double, int, char *, size_t, char *, size_t);
H A Dmath.c1097 return _php_math_number_format_ex(d, dec, &dec_point, 1, &thousand_sep, 1); in _php_math_number_format()
1221 PHPAPI char *_php_math_number_format_ex(double d, int dec, char *dec_point, in _php_math_number_format_ex() function

Completed in 8 milliseconds