/PHP-5.3/ext/mbstring/tests/ |
H A D | mb_convert_encoding.phpt | 15 // SJIS string (BASE64 encoded) 26 $s = mb_convert_encoding($s, 'EUC-JP', 'SJIS'); 34 $s = mb_convert_encoding($s, 'SJIS', 'EUC-JP'); 35 print("SJIS: ".base64_encode($s)."\n"); // SJIS 45 $a = 'JIS,UTF-8,EUC-JP,SJIS'; 51 $s = mb_convert_encoding($s, 'SJIS', $a); 52 print("SJIS: ".base64_encode($s)."\n"); // SJIS 68 $s = mb_convert_encoding($s, 'SJIS', $a); 69 print("SJIS: ".base64_encode($s)."\n"); // SJIS 85 print("SJIS: ".base64_encode($s)."\n"); // SJIS [all …]
|
H A D | mb_ereg_search_xxx.phpt | 61 (SJIS) (10) ���� 62 (SJIS) (5) abcde 63 (SJIS) (14) abdeabcf 64 (SJIS) (22) abc 65 (SJIS) (31) abcd 66 (SJIS) (5) �ϡ� 67 (SJIS) (10) ���� 68 (SJIS) (5) abcde 69 (SJIS) (14) abdeabcf 70 (SJIS) (22) abc [all …]
|
H A D | mb_detect_encoding.phpt | 14 // SJIS string (BASE64 encoded) 25 $s = mb_detect_encoding($s, 'SJIS'); 26 print("SJIS: $s\n"); 45 $a = array(0=>'UTF-8',1=>'EUC-JP', 2=>'SJIS', 3=>'JIS'); 58 print("SJIS: $s\n"); 77 print("SJIS: $s\n"); 87 print("EUC-JP: $s\n"); // SJIS 102 SJIS: SJIS 109 SJIS: SJIS 113 SJIS: SJIS
|
H A D | mb_convert_encoding_basic.phpt | 31 var_dump(base64_encode(mb_convert_encoding($sjis_string, 'JIS', 'SJIS'))); 39 var_dump(base64_encode(mb_convert_encoding($sjis_string, 'EUC-JP', 'SJIS'))); 43 echo "\n-- Convert to SJIS --\n"; 44 echo "SJIS encoded string in base64:\n"; 47 var_dump(base64_encode(mb_convert_encoding($jis_string, 'SJIS', 'JIS'))); 48 var_dump(base64_encode(mb_convert_encoding($euc_jp_string, 'SJIS', 'EUC-JP'))); 49 var_dump(base64_encode(mb_convert_encoding($utf8_string, 'SJIS', 'UTF-8'))); 55 var_dump(base64_encode(mb_convert_encoding($sjis_string, 'UTF-8', 'SJIS'))); 80 -- Convert to SJIS -- 81 SJIS encoded string in base64:
|
H A D | zend_multibyte-02.phpt | 5 ini_set("mbstring.script_encoding","SJIS"); 6 if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
|
H A D | zend_multibyte-10.phpt | 5 ini_set("mbstring.script_encoding","SJIS"); 6 if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
|
H A D | zend_multibyte-11.phpt | 5 ini_set("mbstring.script_encoding","SJIS"); 6 if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
|
H A D | zend_multibyte-03.phpt | 5 ini_set("mbstring.script_encoding","SJIS"); 6 if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
|
H A D | zend_multibyte-01.phpt | 5 ini_set("mbstring.script_encoding","SJIS"); 6 if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
|
H A D | zend_multibyte-04.phpt | 5 ini_set("mbstring.script_encoding","SJIS"); 6 if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
|
H A D | zend_multibyte-06.phpt | 5 ini_set("mbstring.script_encoding","SJIS"); 6 if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
|
H A D | zend_multibyte-07.phpt | 5 ini_set("mbstring.script_encoding","SJIS"); 6 if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
|
H A D | zend_multibyte-08.phpt | 5 ini_set("mbstring.script_encoding","SJIS"); 6 if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
|
H A D | zend_multibyte-13.phpt | 5 ini_set("mbstring.script_encoding","SJIS"); 6 if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
|
H A D | zend_multibyte-14.phpt | 5 ini_set("mbstring.script_encoding","SJIS"); 6 if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
|
H A D | zend_multibyte-12.phpt | 5 ini_set("mbstring.script_encoding","SJIS"); 6 if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
|
H A D | bug49536.phpt | 8 var_dump(mb_detect_encoding("A\x81", "SJIS", false)); 10 var_dump(mb_detect_encoding("A\x81", "SJIS", true)); 17 string(4) "SJIS"
|
H A D | mb_strlen.phpt | 33 // SJIS 34 echo "== SJIS ==\n"; 35 $sjis = mb_convert_encoding($euc_jp, 'SJIS','EUC-JP'); 36 print mb_strlen($sjis,'SJIS') . "\n"; 37 mb_internal_encoding('SJIS') or print("mb_internal_encoding() failed\n"); 84 == SJIS ==
|
H A D | zend_multibyte-05.phpt | 5 ini_set("mbstring.script_encoding","SJIS"); 6 if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
|
H A D | zend_multibyte-09.phpt | 5 ini_set("mbstring.script_encoding","SJIS"); 6 if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
|
H A D | mb_detect_order.phpt | 21 $r = mb_detect_order('SJIS,EUC-JP,JIS,UTF-8'); 51 ASCII, JIS, UTF-8, EUC-JP, SJIS 53 SJIS, EUC-JP, JIS, UTF-8
|
H A D | mb_convert_variables.phpt | 15 // SJIS string (BASE64 encoded) 25 $encoding = mb_convert_variables('EUC-JP', 'SJIS', $s); 26 print("$encoding\n"); // SJIS 35 $encoding = mb_convert_variables('SJIS', 'EUC-JP', $s); 37 print(base64_encode($s)."\n"); // Converted to SJIS (base64 encoded) 139 SJIS
|
/PHP-5.3/ext/iconv/tests/ |
H A D | iconv_basic.phpt | 30 var_dump(bin2hex(iconv('SJIS', 'EUC-JP', $sjis_string ))); 33 echo "\n-- Convert to SJIS --\n"; 34 echo "Expected SJIS encoded string in base64:\n"; 37 var_dump(bin2hex(iconv('EUC-JP', 'SJIS', $euc_jp_string))); 38 var_dump(bin2hex(iconv('UTF-8', 'SJIS', $utf8_string))); 44 var_dump(bin2hex(iconv('SJIS', 'UTF-8', $sjis_string))); 59 -- Convert to SJIS -- 60 Expected SJIS encoded string in base64:
|
/PHP-5.3/ext/mbstring/ |
H A D | README_PHP3-i18n-ja | 352 SJIS: SJIS 365 SJIS: SJIS 402 SJIS: SJIS 433 SJIS: SJIS 479 SJIS: SJIS 493 SJIS: SJIS 503 SJIS: SJIS 518 SJIS: SJIS 525 SJIS: SJIS 538 SJIS: SJIS [all …]
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gdkanji.c | 46 #define SJIS 6 macro 130 whatcode = SJIS; in DetectKanjiCode() 135 whatcode = SJIS; in DetectKanjiCode() 154 whatcode = SJIS; in DetectKanjiCode() 162 whatcode = SJIS; in DetectKanjiCode() 170 whatcode = SJIS; in DetectKanjiCode() 208 whatcode = SJIS; in DetectKanjiCode() 211 whatcode = SJIS; in DetectKanjiCode() 220 whatcode = SJIS; in DetectKanjiCode() 496 case SJIS: in do_check_and_conv()
|