bc_str2num        202 ext/bcmath/bcmath.c 		bc_str2num(num, str, 0);
bc_str2num        206 ext/bcmath/bcmath.c 	bc_str2num(num, str, strlen(p+1));
bc_str2num        379 ext/bcmath/bcmath.c 	bc_str2num(&first, left, 0);
bc_str2num        380 ext/bcmath/bcmath.c 	bc_str2num(&second, right, 0);
bc_str2num        532 ext/bcmath/bcmath.c 	bc_str2num(&first, left, scale);
bc_str2num        533 ext/bcmath/bcmath.c 	bc_str2num(&second, right, scale);
bc_str2num        112 ext/bcmath/libbcmath/src/bcmath.h _PROTOTYPE(void bc_str2num, (bc_num *num, char *str, int scale));