scale_int 406 ext/bcmath/bcmath.c int scale_int; scale_int 420 ext/bcmath/bcmath.c scale_int = (int) ((int)scale < 0 ? 0 : scale); scale_int 422 ext/bcmath/bcmath.c if (bc_raisemod(first, second, mod, &result, scale_int) != -1) {