Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/mbstring/tests/
H A Dmb_chr.phpt9 "\x8f\xa1\xef" === mb_chr(0x50aa, "EUC-JP-2004"),
11 false === mb_chr(0x1f600, "EUC-JP-2004")
H A Dmb_preferred_mime_name.phpt15 $str = mb_preferred_mime_name('EUC-JP');
46 EUC-JP
H A Dzend_multibyte-03.phpt8 internal_encoding=EUC-JP
H A Dzend_multibyte-06.phpt7 zend.script_encoding=EUC-JP
H A Dbug25140.phpt7 var_dump( mb_convert_encoding( '', 'SJIS', 'EUC-JP' ) );
H A Dzend_multibyte-07.phpt8 internal_encoding=EUC-JP
H A Dmb_encode_mimeheader_basic3.phpt64 string(65) "=?EUC-JP?B?xvzL3LjspcalraW5pcikx6S5oaMwMTIzNKO1o7ajt6O4o7mhow==?="
66 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?=
67 =?EUC-JP?Q?=30=31=32=33=34=A3=B5=A3=B6=A3=B7=A3=B8=A3=B9=A1=A3?="
H A Dmb_output_handler_pattern-05.phpt7 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-11.phpt7 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-01.phpt7 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-02.phpt7 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-06.phpt7 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-12.phpt7 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-03.phpt7 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-04.phpt7 mb_http_output("EUC-JP");
H A Dmb_output_handler_shift_jis.phpt8 output_encoding=EUC-JP
H A Dmb_output_handler_pattern-07.phpt9 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-08.phpt9 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-09.phpt9 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-10.phpt9 mb_http_output("EUC-JP");
H A Dmb_output_handler_runtime_ini_alteration-01.phpt10 mb_http_output("EUC-JP");
/PHP-7.4/ext/iconv/tests/
H A Diconv_strrpos.phpt29 foo(str_repeat("����������", 30)."����������".str_repeat("����������", 30), "����", "EUC-JP");
33 foo($str, '$', "ISO-2022-JP", "EUC-JP");
H A Diconv_stream_filter.phpt16 stream_filter_append($fp, 'convert.iconv.ISO-2022-JP/EUC-JP');
24 stream_filter_append($fp, 'convert.iconv.ISO-2022-JP/EUC-JP');
H A Dob_iconv_handler.phpt9 iconv_set_encoding('internal_encoding', 'EUC-JP');
H A Diconv_strpos.phpt32 foo(str_repeat("����������", 30)."����������".str_repeat("����������", 30), "����", 0, "EUC-JP");
34 foo($str, '$', 0, "ISO-2022-JP", "EUC-JP");

Completed in 61 milliseconds

1234