Searched refs:scale_int (Results 1 – 1 of 1) sorted by relevance
405 int scale_int; in PHP_FUNCTION() local423 scale_int = (int) ((int)scale < 0 ? 0 : scale); in PHP_FUNCTION()425 if (bc_raisemod(first, second, mod, &result, scale_int) != -1) { in PHP_FUNCTION()426 RETVAL_STR(bc_num2str_ex(result, scale_int)); in PHP_FUNCTION()
Completed in 5 milliseconds