Lines Matching refs:EUC
15 // EUC-JP string
30 $s = mb_detect_encoding($s, 'UTF-8,EUC-JP,JIS');
31 print("EUC-JP: $s\n");
34 $s = mb_detect_encoding($s, 'JIS,EUC-JP');
35 print("EUC-JP: $s\n");
42 $a = array(0=>'UTF-8',1=>'EUC-JP', 2=>'SJIS', 3=>'JIS');
51 print("EUC-JP: $s\n");
70 print("EUC-JP: $s\n");
80 $s = mb_detect_encoding(1234, 'EUC-JP');
81 print("INT: $s\n"); // EUC-JP
83 $s = mb_detect_encoding('', 'EUC-JP');
84 print("EUC-JP: $s\n"); // SJIS
98 EUC-JP: EUC-JP
99 EUC-JP: EUC-JP
102 EUC-JP: EUC-JP
106 EUC-JP: EUC-JP
109 INT: EUC-JP
110 EUC-JP: EUC-JP