Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dphp_math.h23 PHPAPI zend_string *_php_math_number_format_ex(double d, int dec, const char *dec_point, size_t dec…
H A Dmath.c1066 return _php_math_number_format_ex(d, dec, &dec_point, 1, &thousand_sep, 1); in _php_math_number_format()
1069 PHPAPI zend_string *_php_math_number_format_ex(double d, int dec, const char *dec_point, in _php_math_number_format_ex() function
1352 …RETURN_STR(_php_math_number_format_ex(Z_DVAL_P(num), dec_int, dec_point, dec_point_len, thousand_s… in PHP_FUNCTION()

Completed in 11 milliseconds