Home
last modified time | relevance | path

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

1234

/PHP-7.2/ext/mbstring/tests/
H A Dcommon.inc40 's1' => '���ܸ�EUC-JP��ʸ����',
46 public $s1 = '���ܸ�EUC-JP��ʸ����';
H A Dmb_send_mail02.phpt22 /* Japanese (EUC-JP) */
24 mb_internal_encoding('EUC-JP');
H A Dmb_ereg.phpt14 $encs = array( 'EUC-JP', 'Shift_JIS', 'SJIS', 'UTF-8' );
16 function test_ereg( $test_enc, $pat, $str, $in_enc = 'EUC-JP' ) {
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.phpt20 $str = mb_preferred_mime_name('EUC-JP');
50 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 Dzend_multibyte-03.phpt7 mbstring.internal_encoding=EUC-JP
H A Dzend_multibyte-06.phpt5 zend.script_encoding=EUC-JP
H A Dzend_multibyte-07.phpt7 mbstring.internal_encoding=EUC-JP
H A Dbug25140.phpt7 var_dump( mb_convert_encoding( '', 'SJIS', '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-03.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-06.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
/PHP-7.2/ext/mbstring/oniguruma/
H A DREADME.md13 EUC-JP, EUC-TW, EUC-KR, EUC-CN,
177 |euc_jp.c |EUC-JP encoding |
178 |euc_tw.c |EUC-TW encoding |
179 |euc_kr.c |EUC-KR, EUC-CN encoding |
/PHP-7.2/ext/standard/tests/strings/
H A Dhtmlentities23.phpt2 htmlentities() / htmlspecialchars() ENT_SUBSTITUTE EUC-JP
23 $a = htmlentities($test, ENT_QUOTES | ENT_SUBSTITUTE, "EUC-JP");
26 $a = htmlspecialchars($test, ENT_QUOTES | ENT_SUBSTITUTE, "EUC-JP");
/PHP-7.2/ext/iconv/tests/
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 Diconv_strrpos.phpt29 foo(str_repeat("����������", 30)."����������".str_repeat("����������", 30), "����", "EUC-JP");
33 foo($str, '$', "ISO-2022-JP", "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");
H A Dob_iconv_handler.phpt10 iconv_set_encoding('internal_encoding', 'EUC-JP');

Completed in 47 milliseconds

1234