Home
last modified time | relevance | path

Searched refs:SJIS (Results 1 – 25 of 36) sorted by last modified time

12

/PHP-7.4/
H A Dphp.ini-development1626 ; Some encoding cannot work as internal encoding. (e.g. SJIS, BIG5, ISO-2022-*)
H A Dphp.ini-production1626 ; Some encoding cannot work as internal encoding. (e.g. SJIS, BIG5, ISO-2022-*)
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities09.phpt17 SJIS
H A Dbug44703.phpt18 var_dump(htmlspecialchars("<>", ENT_COMPAT, 'SJIS'));
H A Dget_html_translation_table_basic9.phpt5 echo "*** Testing get_html_translation_table() : basic functionality/HTML5/SJIS ***\n";
10 $tt = get_html_translation_table($table, ENT_QUOTES | ENT_HTML5, "SJIS");
17 $tt = get_html_translation_table($table, ENT_COMPAT | ENT_HTML5, "SJIS");
22 $tt = get_html_translation_table($table, ENT_NOQUOTES | ENT_HTML5, "SJIS");
27 $tt = get_html_translation_table($table, ENT_COMPAT, "SJIS");
34 $tt = get_html_translation_table($table, ENT_QUOTES | ENT_HTML5, "SJIS");
40 $tt = get_html_translation_table($table, ENT_NOQUOTES | ENT_HTML5, "SJIS");
48 *** Testing get_html_translation_table() : basic functionality/HTML5/SJIS ***
H A Dhtmlentities21.phpt51 echo "\n*** Testing HTML 4.01/SJIS ***\n";
53 test(ENT_HTML401, "SJIS");
57 test(ENT_XHTML, "SJIS");
59 echo "\n*** Testing HTML 5/SJIS ***\n";
61 test(ENT_HTML5, "SJIS");
63 echo "\n*** Testing XML 1.0/SJIS ***\n";
65 test(ENT_XML1, "SJIS");
134 *** Testing HTML 4.01/SJIS ***
178 *** Testing XHTML 1.0/SJIS ***
222 *** Testing HTML 5/SJIS ***
[all …]
H A Dhtmlentities22.phpt76 test(ENT_HTML5, ENT_DISALLOWED, "SJIS");
/PHP-7.4/ext/mbstring/tests/
H A Dmb_http_output.phpt17 // Set HTTP output encoding to SJIS
18 $r = mb_http_output('SJIS');
65 SJIS
H A Dmb_convert_encoding.phpt12 // SJIS string (BASE64 encoded)
23 $s = mb_convert_encoding($s, 'EUC-JP', 'SJIS');
31 $s = mb_convert_encoding($s, 'SJIS', 'EUC-JP');
32 print("SJIS: ".base64_encode($s)."\n"); // SJIS
42 $a = 'JIS,UTF-8,EUC-JP,SJIS';
48 $s = mb_convert_encoding($s, 'SJIS', $a);
49 print("SJIS: ".base64_encode($s)."\n"); // SJIS
65 $s = mb_convert_encoding($s, 'SJIS', $a);
66 print("SJIS: ".base64_encode($s)."\n"); // SJIS
82 print("SJIS: ".base64_encode($s)."\n"); // SJIS
[all …]
H A Dmb_detect_encoding.phpt11 // SJIS string (BASE64 encoded)
22 $s = mb_detect_encoding($s, 'SJIS');
23 print("SJIS: $s\n");
42 $a = array(0=>'UTF-8',1=>'EUC-JP', 2=>'SJIS', 3=>'JIS');
55 print("SJIS: $s\n");
74 print("SJIS: $s\n");
84 print("EUC-JP: $s\n"); // SJIS
98 SJIS: SJIS
105 SJIS: SJIS
109 SJIS: SJIS
H A Dmb_strlen.phpt32 // SJIS
33 echo "== SJIS ==\n";
34 $sjis = mb_convert_encoding($euc_jp, 'SJIS','EUC-JP');
35 print mb_strlen($sjis,'SJIS') . "\n";
36 mb_internal_encoding('SJIS') or print("mb_internal_encoding() failed\n");
80 == SJIS ==
H A Dpictogram1.phpt9 echo "SJIS-Mobile to Unicode\n";
10 var_dump(bin2hex(mb_convert_encoding("\xf8\x9f", "UCS-4BE", "SJIS-Mobile#DOCOMO")));
11 var_dump(bin2hex(mb_convert_encoding("\xf6\x60", "UCS-4BE", "SJIS-Mobile#KDDI")));
15 var_dump(bin2hex(mb_convert_encoding("\xf6\xec", "UCS-4BE", "SJIS-Mobile#KDDI")));
25 echo "Unicode to SJIS-Mobile\n";
81 echo "SJIS-Mobile to Unicode (Google) \n";
86 echo "Unicode (Google) to SJIS-Mobile\n";
103 SJIS-Mobile to Unicode
115 Unicode to SJIS-Mobile
157 SJIS-Mobile to Unicode (Google)
[all …]
H A Dmb_encode_mimeheader_basic2.phpt27 $inputs = array('SJIS' => $sjis_string,
46 Language: SJIS
H A Dmb_encode_mimeheader_basic3.phpt27 $inputs = array('SJIS' => $sjis_string,
46 Language: SJIS
H A Dmb_ereg_search_xxx.phpt60 (SJIS) (10) ����
61 (SJIS) (5) abcde
62 (SJIS) (14) abdeabcf
63 (SJIS) (22) abc
64 (SJIS) (31) abcd
65 (SJIS) (5) �ϡ�
66 (SJIS) (10) ����
67 (SJIS) (5) abcde
68 (SJIS) (14) abdeabcf
69 (SJIS) (22) abc
[all …]
H A Dmb_internal_encoding_variation2.phpt41 'SJIS',
43 'SJIS-win', /*20*/
182 string(4) "SJIS"
185 string(4) "SJIS"
192 string(8) "SJIS-win"
195 string(8) "SJIS-win"
H A Dmb_detect_order.phpt21 $r = mb_detect_order('SJIS,EUC-JP,JIS,UTF-8');
50 ASCII, JIS, UTF-8, EUC-JP, SJIS
52 SJIS, EUC-JP, JIS, UTF-8
H A Dmb_ereg.phpt14 $encs = array( 'EUC-JP', 'Shift_JIS', 'SJIS', 'UTF-8' );
H A Dmb_preferred_mime_name.phpt12 $str = mb_preferred_mime_name('SJIS');
H A Dmb_regex_encoding_variation2.phpt40 'SJIS',
42 'SJIS-win', /*20*/
193 string(4) "SJIS"
196 string(4) "SJIS"
203 string(4) "SJIS"
206 string(4) "SJIS"
210 string(4) "SJIS"
213 string(4) "SJIS"
217 string(4) "SJIS"
220 string(4) "SJIS"
H A Dmb_str_split_jp.phpt19 "SJIS",
71 SJIS: 93fa 967b
H A Dmb_strlen_variation3.phpt40 'SJIS',
42 'SJIS-win', /*20*/
212 -- Iteration 18: SJIS --
214 Encoding SJIS recognised
216 Encoding SJIS recognised
224 -- Iteration 20: SJIS-win --
226 Encoding SJIS-win recognised
228 Encoding SJIS-win recognised
H A Dbug25140.phpt7 var_dump( mb_convert_encoding( '', 'SJIS', 'EUC-JP' ) );
H A Dbug49536.phpt8 var_dump(mb_detect_encoding("A\x81", "SJIS", false));
10 var_dump(mb_detect_encoding("A\x81", "SJIS", true));
17 string(4) "SJIS"
/PHP-7.4/Zend/tests/multibyte/
H A Dmultibyte_encoding_001.phpt14 internal_encoding=SJIS

Completed in 64 milliseconds

12