Searched refs:scale_int (Results 1 – 1 of 1) sorted by relevance
409 int scale_int; in PHP_FUNCTION() local427 scale_int = (int) ((int)scale < 0 ? 0 : scale); in PHP_FUNCTION()429 if (bc_raisemod(first, second, mod, &result, scale_int) != -1) { in PHP_FUNCTION()430 RETVAL_STR(bc_num2str_ex(result, scale_int)); in PHP_FUNCTION()
Completed in 6 milliseconds