Home
last modified time | relevance | path

Searched refs:EUC (Results 1 – 25 of 83) sorted by last modified time

1234

/PHP-5.5/ext/xml/tests/
H A Dbug32001b.phpt2 Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using EUC-JP, Shift…
7 foreach(array('EUC-JP', 'Shift_JISP', 'GB2312') as $encoding) {
89 new testcase("EUC-JP" , 0),
90 new testcase("EUC-JP" , 1),
111 Encoding: EUC-JP
123 Encoding: EUC-JP
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities04.phpt2 htmlentities() test 4 (setlocale / ja_JP.EUC-JP)
5 $result = (bool)setlocale(LC_CTYPE, "ja_JP.EUC-JP", "ja_JP.eucJP");
6 if (!$result || preg_match('/EUC[^a-zA-Z]*JP/i', setlocale(LC_CTYPE, 0)) == 0) {
16 setlocale( LC_CTYPE, "ja_JP.EUC-JP", "ja_JP.eucJP" );
H A Dhtmlentities08.phpt2 htmlentities() test 8 (mbstring / EUC-JP)
6 mbstring.internal_encoding=EUC-JP
12 mb_internal_encoding('EUC-JP');
17 EUC-JP
H A Dhtmlentities13.phpt2 htmlentities() test 13 (default_charset / EUC-JP)
6 default_charset=EUC-JP
14 EUC-JP
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-5.5/ext/odbc/tests/
H A Dbug60616.phpt46 print "EUC-JP matched\n";
48 print "EUC-JP mismatched\n";
63 EUC-JP matched
/PHP-5.5/ext/mbstring/tests/
H A Dzend_multibyte-09.phpt12 declare(encoding="EUC-JP");
13 // forcefully interpret an UTF-8 encoded string as EUC-JP and then convert it
15 // valid EUC-encoded character "鴻".
H A Dmb_strwidth.phpt12 // EUC-JP
13 $euc_jp = '0123����ʸ��������ܸ�Ǥ���EUC-JP��ȤäƤ��ޤ������ܸ�����ݽ�����';
15 print "1: ". mb_strwidth($euc_jp, 'EUC-JP') . "\n";
18 print "2: ". mb_strwidth($euc_jp, 'EUC-JP') . "\n";
19 print "3: ". mb_strwidth($euc_jp, 'EUC-JP') . "\n";
21 print "4: ". mb_strwidth($euc_jp, 'EUC-JP') . "\n";
23 $str = mb_strwidth($euc_jp, 100, -10,'...','EUC-JP');
26 $str = mb_strwidth($euc_jp, -100, 10,'...','EUC-JP');
H A Dmb_substr_variation3.phpt39 'EUC-JP',
66 'EUC-CN',
69 'EUC-TW',
206 -- Iteration 1: EUC-JP --
208 Encoding EUC-JP recognised
210 Encoding EUC-JP recognised
368 -- Iteration 1: EUC-CN --
370 Encoding EUC-CN recognised
372 Encoding EUC-CN recognised
386 -- Iteration 1: EUC-TW --
[all …]
H A Doverload02.phpt16 mbstring.internal_encoding=EUC-JP
32 EUC-JP
H A Dzend_multibyte-03.phpt7 mbstring.internal_encoding=EUC-JP
H A Dmb_substr.phpt14 // EUC-JP
15 $euc_jp = b'0123����ʸ��������ܸ�Ǥ���EUC-JP��ȤäƤ��ޤ������ܸ�����ݽ�����';
17 print "1: ". bin2hex(mb_substr($euc_jp, 10, 10,'EUC-JP')) . "\n";
18 print "2: ". bin2hex(mb_substr($euc_jp, 0, 100,'EUC-JP')) . "\n";
20 $str = mb_substr($euc_jp, 100, 10,'EUC-JP');
24 $str = mb_substr($euc_jp, -100, 10,'EUC-JP');
H A Doverload01.phpt13 mbstring.internal_encoding=EUC-JP
23 EUC-JP
H A Dsimpletest.phpt2 Simple multi-byte print test (EUC-JP)
13 // EUC-JP strings
H A Dzend_multibyte-05.phpt6 zend.script_encoding=EUC-JP
10 // forcefully interpret an UTF-8 encoded string as EUC-JP and then convert it
12 // valid EUC-encoded character "鴻".
H A Dzend_multibyte-06.phpt7 zend.script_encoding=EUC-JP
H A Dzend_multibyte-07.phpt9 mbstring.internal_encoding=EUC-JP
H A Dmb_strlen_variation3.phpt39 'EUC-JP',
66 'EUC-CN',
69 'EUC-TW',
206 -- Iteration 17: EUC-JP --
208 Encoding EUC-JP recognised
210 Encoding EUC-JP recognised
368 -- Iteration 44: EUC-CN --
370 Encoding EUC-CN recognised
372 Encoding EUC-CN recognised
386 -- Iteration 47: EUC-TW --
[all …]
H A Dmb_strpos.phpt17 // EUC-JP - With encoding parameter
34 $r = mb_strpos($euc_jp, b'���ܸ�', -15, 'EUC-JP');
36 $r = mb_strpos($euc_jp, b'0', -15, 'EUC-JP');
38 $r = mb_strpos($euc_jp, 3, -15, 'EUC-JP');
40 $r = mb_strpos($euc_jp, 0, -15, 'EUC-JP');
67 $r = mb_strpos($euc_jp, b'�ڹ��', 0, 'EUC-JP');
73 // EUC-JP - No encoding parameter
87 // EUC-JP - No offset and encoding parameter
105 $r = mb_strpos($euc_jp,'','EUC-JP');
107 $r = mb_strpos($euc_jp, $t_ary, 'EUC-JP');
[all …]
H A Dmb_strstr.phpt10 return mb_convert_encoding($utf8str, "EUC-JP", "UTF-8");
14 return mb_convert_encoding($eucjpstr, "UTF-8", "EUC-JP");
20 var_dump(FROM_EUC_JP(mb_strstr(EUC_JP("あいうえおかきくけこ"), EUC_JP("おかき"), false, "EUC-JP")));
21 var_dump(FROM_EUC_JP(mb_strstr(EUC_JP("あいうえおかきくけこ"), EUC_JP("おかき"), true, "EUC-JP")));
22 mb_internal_encoding("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-05.phpt9 mb_http_output("EUC-JP");
H A Dmb_output_handler_pattern-08.phpt10 mb_http_output("EUC-JP");

Completed in 25 milliseconds

1234