modulous_len      407 ext/bcmath/bcmath.c 	int left_len, right_len, modulous_len;
modulous_len      412 ext/bcmath/bcmath.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss|l", &left, &left_len, &right, &right_len, &modulous, &modulous_len, &scale) == FAILURE) {