typ              1793 ext/mbstring/mbstring.c 	char *typ = NULL;
typ              1800 ext/mbstring/mbstring.c  	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &typ, &typ_len) == FAILURE) {
typ              1803 ext/mbstring/mbstring.c  	if (typ == NULL) {
typ              1806 ext/mbstring/mbstring.c  		switch (*typ) {
typ              4338 ext/mbstring/mbstring.c 	char *typ = NULL;
typ              4347 ext/mbstring/mbstring.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &typ, &typ_len) == FAILURE) {
typ              4351 ext/mbstring/mbstring.c 	if (!typ || !strcasecmp("all", typ)) {
typ              4426 ext/mbstring/mbstring.c 	} else if (!strcasecmp("internal_encoding", typ)) {
typ              4430 ext/mbstring/mbstring.c 	} else if (!strcasecmp("http_input", typ)) {
typ              4434 ext/mbstring/mbstring.c 	} else if (!strcasecmp("http_output", typ)) {
typ              4438 ext/mbstring/mbstring.c 	} else if (!strcasecmp("http_output_conv_mimetypes", typ)) {
typ              4442 ext/mbstring/mbstring.c 	} else if (!strcasecmp("func_overload", typ)) {
typ              4444 ext/mbstring/mbstring.c 	} else if (!strcasecmp("func_overload_list", typ)) {
typ              4457 ext/mbstring/mbstring.c 	} else if (!strcasecmp("mail_charset", typ)) {
typ              4461 ext/mbstring/mbstring.c 	} else if (!strcasecmp("mail_header_encoding", typ)) {
typ              4465 ext/mbstring/mbstring.c 	} else if (!strcasecmp("mail_body_encoding", typ)) {
typ              4469 ext/mbstring/mbstring.c 	} else if (!strcasecmp("illegal_chars", typ)) {
typ              4471 ext/mbstring/mbstring.c 	} else if (!strcasecmp("encoding_translation", typ)) {
typ              4477 ext/mbstring/mbstring.c 	} else if (!strcasecmp("language", typ)) {
typ              4481 ext/mbstring/mbstring.c 	} else if (!strcasecmp("detect_order", typ)) {
typ              4492 ext/mbstring/mbstring.c 	} else if (!strcasecmp("substitute_character", typ)) {
typ              4502 ext/mbstring/mbstring.c 	} else if (!strcasecmp("strict_detection", typ)) {