File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22EUC-JP to ISO-2022-JP
33--EXTENSIONS--
44iconv
5+ --SKIPIF--
6+ <?php
7+ // ISO-2022-JP is a stateful encoding, so the right answer is not
8+ // unique. In particular, musl (type "unknown") is known to have an
9+ // inefficient encoding for it that does not agree with the expected
10+ // output below.
11+ if (ICONV_IMPL == "unknown " ) {
12+ die ("skip byte-comparison of stateful encoding with unknown iconv " );
13+ }
14+ ?>
515--INI--
616error_reporting=2039
717--FILE--
Original file line number Diff line number Diff line change 22iconv_mime_encode()
33--EXTENSIONS--
44iconv
5+ --SKIPIF--
6+ <?php
7+ // ISO-2022-JP is a stateful encoding, so the right answer is not
8+ // unique. In particular, musl (type "unknown") is known to have an
9+ // inefficient encoding for it that does not agree with the expected
10+ // output below.
11+ if (ICONV_IMPL == "unknown " ) {
12+ die ("skip byte-comparison of stateful encoding with unknown iconv " );
13+ }
14+ ?>
515--INI--
616iconv.internal_charset=iso-8859-1
717--FILE--
You can’t perform that action at this time.
0 commit comments