Home
last modified time | relevance | path

Searched refs:EUC (Results 51 – 75 of 83) sorted by relevance

1234

/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos.phpt31 foo(str_repeat("����������", 30)."����������".str_repeat("����������", 30), "����", 0, "EUC-JP");
33 foo($str, '$', 0, "ISO-2022-JP", "EUC-JP");
H A Diconv_strrpos.phpt29 foo(str_repeat("����������", 30)."����������".str_repeat("����������", 30), "����", "EUC-JP");
33 foo($str, '$', "ISO-2022-JP", "EUC-JP");
H A Dob_iconv_handler.phpt10 iconv_set_encoding('internal_encoding', 'EUC-JP');
/PHP-5.5/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic3.phpt65 string(65) "=?EUC-JP?B?xvzL3LjspcalraW5pcikx6S5oaMwMTIzNKO1o7ajt6O4o7mhow==?="
67 string(140) "=?EUC-JP?Q?=C6=FC=CB=DC=B8=EC=A5=C6=A5=AD=A5=B9=A5=C8=A4=C7=A4=B9=A1=A3?=
68 =?EUC-JP?Q?=30=31=32=33=34=A3=B5=A3=B6=A3=B7=A3=B8=A3=B9=A1=A3?="
H A Dzend_multibyte-03.phpt7 mbstring.internal_encoding=EUC-JP
H A Dbug25140.phpt7 var_dump( mb_convert_encoding( '', 'SJIS', 'EUC-JP' ) );
H A Dzend_multibyte-07.phpt9 mbstring.internal_encoding=EUC-JP
H A Dmb_output_handler_pattern-05.phpt9 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-11.phpt9 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-01.phpt9 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-02.phpt9 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-04.phpt9 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-12.phpt9 mb_http_output("EUC-JP");
H A Dmb_output_handler_shift_jis.phpt8 mbstring.http_output=EUC-JP
H A Dmb_output_handler_pattern-03.phpt9 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-06.phpt9 mb_http_output("EUC-JP");
H A Dzend_multibyte-06.phpt7 zend.script_encoding=EUC-JP
H A Dmb_output_handler_pattern-08.phpt10 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-07.phpt10 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-09.phpt10 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-10.phpt10 mb_http_output("EUC-JP");
H A Dmb_output_handler_runtime_ini_alteration-01.phpt10 mb_http_output("EUC-JP");
H A Dmb_output_handler_runtime_ini_alteration-02.phpt10 mb_http_output("EUC-JP");
H A Dmb_substr_count.phpt9 mb_internal_encoding("EUC-JP");
/PHP-5.5/ext/standard/tests/strings/
H A Dbug49785.phpt80 echo "EUC-JP: non-lead byte >= 0x80\n";
82 var_dump(_bin2hex(htmlspecialchars($c, ENT_QUOTES, 'EUC-JP')));
84 var_dump(_bin2hex(htmlspecialchars("\xff", ENT_QUOTES, 'EUC-JP')));
86 // EUC-JP: control codes that are virtually lead bytes
87 var_dump(_bin2hex(htmlspecialchars("\x8e", ENT_QUOTES, 'EUC-JP')));
88 var_dump(_bin2hex(htmlspecialchars("\x8f", ENT_QUOTES, 'EUC-JP')));
89 var_dump(_bin2hex(htmlspecialchars("\x8e\xa1", ENT_QUOTES, 'EUC-JP')));
95 echo "EUC-JP: incomplete / invalid multibyte sequences\n";
97 var_dump(_bin2hex(htmlspecialchars("$c", ENT_QUOTES, 'EUC-JP')));
856 EUC-JP: non-lead byte >= 0x80
[all …]

Completed in 26 milliseconds

1234