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