diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 37b4db84c07..027ec16d475 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -2283,7 +2283,6 @@ PHP_FUNCTION(mb_list_encodings) } /* }}} */ - /* {{{ proto string mb_encode_mimeheader(string str [, string charset [, string transfer-encoding [, string linefeed]]]) Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded_string?= */ PHP_FUNCTION(mb_encode_mimeheader)