modulous          402 ext/bcmath/bcmath.c 	char *left, *right, *modulous;
modulous          408 ext/bcmath/bcmath.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "sss|l", &left, &left_len, &right, &right_len, &modulous, &modulous_len, &scale) == FAILURE) {
modulous          418 ext/bcmath/bcmath.c 	php_str2num(&mod, modulous);