Home
last modified time | relevance | path

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

/PHP-8.4/ext/bcmath/libbcmath/src/
H A Dnum2str.c37 zend_string *bc_num2str_ex(bc_num num, size_t scale) in bc_num2str_ex() function
H A Dbcmath.h105 zend_string *bc_num2str_ex(bc_num num, size_t scale);
186 #define bc_num2str(num) bc_num2str_ex((num), (num->n_scale))
/PHP-8.4/ext/bcmath/
H A Dbcmath.c220 RETVAL_NEW_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
269 RETVAL_NEW_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
318 RETVAL_NEW_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
372 RETVAL_NEW_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
426 RETVAL_NEW_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
478 ZVAL_STR(&z_quot, bc_num2str_ex(quot, 0)); in PHP_FUNCTION()
479 ZVAL_STR(&z_rem, bc_num2str_ex(rem, scale)); in PHP_FUNCTION()
554 RETVAL_NEW_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
620 RETVAL_NEW_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
662 RETVAL_NEW_STR(bc_num2str_ex(result, scale)); in PHP_FUNCTION()
[all …]

Completed in 10 milliseconds