We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5812b4f commit faa5425Copy full SHA for faa5425
ext/mbstring/tests/gh9683.phpt
@@ -0,0 +1,11 @@
1
+--TEST--
2
+GH-9683 (Problem when ISO-2022-JP-MS is specified in mb_ encode_mimeheader)
3
+--EXTENSIONS--
4
+mbstring
5
+--FILE--
6
+<?php
7
+
8
+echo mb_decode_mimeheader(mb_encode_mimeheader('1234567890123456789012', 'ISO-2022-JP-MS', 'B'));
9
+?>
10
+--EXPECT--
11
+1234567890123456789012
0 commit comments