Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_math.h25 PHPAPI zend_string *_php_math_number_format_ex(double, int, char *, size_t, char *, size_t);
H A Dmath.c1138 return _php_math_number_format_ex(d, dec, &dec_point, 1, &thousand_sep, 1); in _php_math_number_format()
1141 PHPAPI zend_string *_php_math_number_format_ex(double d, int dec, char *dec_point, in _php_math_number_format_ex() function
1295 RETVAL_STR(_php_math_number_format_ex(num, (int)dec, in PHP_FUNCTION()

Completed in 10 milliseconds