modulous 406 ext/bcmath/bcmath.c char *left, *right, *modulous; modulous 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) { modulous 422 ext/bcmath/bcmath.c php_str2num(&mod, modulous TSRMLS_CC);