Home
last modified time | relevance | path

Searched refs:bc_num2str_ex (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/bcmath/
H A Dbcmath.c193 RETVAL_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
244 RETVAL_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
295 RETVAL_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
346 RETVAL_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
402 RETVAL_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
464 RETVAL_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
517 RETVAL_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
559 RETVAL_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
/PHP-8.0/ext/bcmath/libbcmath/src/
H A Dbcmath.h113 _PROTOTYPE(zend_string *bc_num2str_ex, (bc_num num, int scale));
157 #define bc_num2str(num) bc_num2str_ex((num), (num->n_scale))
H A Dnum2str.c43 *bc_num2str_ex (num, scale) in bc_num2str_ex() function

Completed in 7 milliseconds