Home
last modified time | relevance | path

Searched refs:EUC (Results 26 – 50 of 85) sorted by relevance

1234

/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities13.phpt2 htmlentities() test 13 (default_charset / EUC-JP)
6 default_charset=EUC-JP
14 EUC-JP
/PHP-7.4/ext/mbstring/tests/
H A Dmb_internal_encoding_variation2.phpt40 'EUC-JP',
67 'EUC-CN',
70 'EUC-TW',
177 string(6) "EUC-JP"
180 string(6) "EUC-JP"
312 string(6) "EUC-CN"
315 string(6) "EUC-CN"
327 string(6) "EUC-TW"
330 string(6) "EUC-TW"
342 string(6) "EUC-KR"
[all …]
H A Dmb_http_output.phpt35 // Set HTTP output encoding to EUC-JP
36 $r = mb_http_output('EUC-JP');
71 EUC-JP
76 EUC-JP
80 EUC-JP
84 EUC-JP
H A Dcommon.inc8 's1' => '���ܸ�EUC-JP��ʸ����',
14 public $s1 = '���ܸ�EUC-JP��ʸ����';
H A Dmb_convert_encoding_array2.phpt56 var_dump(base64_encode_array(mb_convert_encoding($euc_jp_string, 'JIS', 'EUC-JP')));
59 echo "\n-- Convert to EUC-JP --\n";
60 echo "EUC-JP encoded string in base64:\n";
63 var_dump(base64_encode_array(mb_convert_encoding($sjis_string, 'EUC-JP', 'SJIS')));
64 var_dump(base64_encode_array(mb_convert_encoding($jis_string, 'EUC-JP', 'JIS')));
65 var_dump(base64_encode_array(mb_convert_encoding($utf8_string, 'EUC-JP', 'UTF-8')));
72 var_dump(base64_encode_array(mb_convert_encoding($euc_jp_string, 'SJIS', 'EUC-JP')));
81 var_dump(base64_encode_array(mb_convert_encoding($euc_jp_string, 'UTF-8', 'EUC-JP')));
122 -- Convert to EUC-JP --
123 EUC-JP encoded string in base64:
H A Dmb_strlen_variation3.phpt39 'EUC-JP',
66 'EUC-CN',
69 'EUC-TW',
206 -- Iteration 17: EUC-JP --
208 Encoding EUC-JP recognised
210 Encoding EUC-JP recognised
368 -- Iteration 44: EUC-CN --
370 Encoding EUC-CN recognised
372 Encoding EUC-CN recognised
386 -- Iteration 47: EUC-TW --
[all …]
H A Dini_encoding2.phpt8 internal_encoding=EUC-JP
49 string(6) "EUC-JP"
53 string(6) "EUC-JP"
58 string(6) "EUC-JP"
H A Dmb_str_split_ru.phpt16 "EUC-JP",
52 $enc = mb_convert_encoding($long, "EUC-JP", "UTF-8");
53 $array = mb_str_split($enc, $len, "EUC-JP");
60 $enc = mb_convert_encoding($string, "EUC-JP", "UTF-8");
68 EUC-JP: a7e2 a7d1 a7db 20 a7e2 a7d1 a7db 20 a7e2 a7d1 a7db 20
H A Doverload01.phpt10 internal_encoding=EUC-JP
21 EUC-JP
H A Dbug69086.phpt8 var_dump("?" === mb_convert_encoding("\x80", "Shift_JIS", "EUC-JP"));
14 var_dump("\u{fffd}" === mb_convert_encoding("\x80", "UTF-8", "EUC-JP-2004"));
H A Doverload02.phpt13 internal_encoding=EUC-JP
30 EUC-JP
H A Dsimpletest.phpt2 Simple multi-byte print test (EUC-JP)
13 // EUC-JP strings
H A Dmb_internal_encoding.phpt11 // EUC-JP
12 $r = mb_internal_encoding('EUC-JP');
51 EUC-JP
H A Dmb_send_mail02.phpt22 /* Japanese (EUC-JP) */
24 mb_internal_encoding('EUC-JP');
H A Dbug69079.phpt15 mb_internal_encoding('EUC-JP-2004');
18 mb_substitute_character(0x8fa1ef); // EUC-JP-2004 encoding of U+50AA (illegal)
H A Dmb_decode_mimeheader_variation2.phpt32 "=?EUC-JP?B?xvzL3LjspcalraW5pcikx6S5oaMwMTIzNKO1o7ajt6O4o7mhow==?=",
33 "=?EUC-JP?Q?=C6=FC=CB=DC=B8=EC=A5=C6=A5=AD=A5=B9=A5=C8=A4=C7=A4=B9=A1=A3?=
34 =?EUC-JP?Q?=30=31=32=33=34=A3=B5=A3=B6=A3=B7=A3=B8=A3=B9=A1=A3?="
H A Dmb_ereg.phpt14 $encs = array( 'EUC-JP', 'Shift_JIS', 'SJIS', 'UTF-8' );
16 function test_ereg( $test_enc, $pat, $str, $in_enc = 'EUC-JP' ) {
/PHP-7.4/ext/iconv/tests/
H A Diconv_strlen.phpt13 foo("���ܸ� EUC-JP", "EUC-JP");
H A Deucjp2utf8.phpt2 EUC-JP to UTF8
9 /* charset=EUC-JP */
50 $str = iconv("EUC-JP", "UTF-8", $str); /* libiconv(1.8) doesn't know "UTF8" but "UTF-8". */
H A Diconv_stream_filter_delimiter.phpt16 stream_filter_append($fp, 'convert.iconv.ISO-2022-JP/EUC-JP');
23 stream_filter_append($fp, 'convert.iconv.ISO-2022-JP.EUC-JP');
30 stream_filter_append($fp, 'convert.iconv.ISO-2022-JP\0EUC-JP');
47 Warning: stream_filter_append(): unable to create or locate filter "convert.iconv.ISO-2022-JP\0EUC-…
H A Deucjp2sjis.phpt2 EUC-JP to SJIS
9 /* charset=EUC-JP */
50 $str = iconv("EUC-JP", "SJIS", $str);
H A Diconv_substr.phpt33 foo("��������������������������", 5, 7, "EUC-JP");
40 var_dump(iconv("ISO-2022-JP", "EUC-JP", iconv_substr(iconv("EUC-JP", "ISO-2022-JP", "����ˤ��� ISO-2…
/PHP-7.4/ext/xml/tests/
H A Dbug32001b.phpt2 Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using EUC-JP, Shift…
7 foreach(array('EUC-JP', 'Shift_JISP', 'GB2312') as $encoding) {
89 new testcase("EUC-JP" , 0),
90 new testcase("EUC-JP" , 1),
110 Encoding: EUC-JP
122 Encoding: EUC-JP
/PHP-7.4/ext/gd/libgd/
H A Dgdkanji.c43 #define EUC 5 macro
140 whatcode = EUC; in DetectKanjiCode()
153 whatcode = EUC; in DetectKanjiCode()
162 whatcode = EUC; in DetectKanjiCode()
169 whatcode = EUC; in DetectKanjiCode()
210 whatcode = EUC; in DetectKanjiCode()
219 whatcode = EUC; in DetectKanjiCode()
485 case EUC: in do_check_and_conv()
/PHP-7.4/ext/odbc/tests/
H A Dbug60616.phpt46 print "EUC-JP matched\n";
48 print "EUC-JP mismatched\n";
63 EUC-JP matched

Completed in 42 milliseconds

1234