bc_str2num        196 ext/bcmath/bcmath.c 		bc_str2num(num, str, 0 TSRMLS_CC);
bc_str2num        200 ext/bcmath/bcmath.c 	bc_str2num(num, str, strlen(p+1) TSRMLS_CC);
bc_str2num        381 ext/bcmath/bcmath.c 	bc_str2num(&first, left, 0 TSRMLS_CC);
bc_str2num        382 ext/bcmath/bcmath.c 	bc_str2num(&second, right, 0 TSRMLS_CC);
bc_str2num        542 ext/bcmath/bcmath.c 	bc_str2num(&first, left, scale TSRMLS_CC);
bc_str2num        543 ext/bcmath/bcmath.c 	bc_str2num(&second, right, scale TSRMLS_CC);
bc_str2num        112 ext/bcmath/libbcmath/src/bcmath.h _PROTOTYPE(void bc_str2num, (bc_num *num, char *str, int scale TSRMLS_DC));