modulous_len      403 ext/bcmath/bcmath.c 	size_t left_len, right_len, modulous_len;
modulous_len      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) {