Home
last modified time | relevance | path

Searched refs:cp932 (Results 1 – 12 of 12) sorted by relevance

/PHP-8.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_0.phpt2 Test fopen() for reading cp932 path
16 default_charset=cp932
20 #vim: set fileencoding=cp932
21 #vim: set encoding=cp932
26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
H A Dtest_cp932_3.phpt2 cp932 cmd test
16 internal_encoding=cp932
20 #vim: set fileencoding=cp932
21 #vim: set encoding=cp932
27 $item = "�e�X�g�}���`�o�C�g�E�p�X77"; // cp932 string
H A Dtest_cp932_to_utf8_0.phpt2 Test fopen() for reading cp932 to UTF-8 path
17 #vim: set fileencoding=cp932
18 #vim: set encoding=cp932
23 $item = iconv('cp932', 'utf-8', "�e�X�g�}���`�o�C�g�E�p�X"); // cp932 string
H A Dtest_cp932_to_utf8_1.phpt2 Test mkdir/rmdir cp932 to UTF-8 path
17 #vim: set fileencoding=cp932
18 #vim: set encoding=cp932
23 $item = iconv('cp932', 'utf-8', "�e�X�g�}���`�o�C�g�E�p�X"); // cp932 string
H A Dtest_cp932_to_utf8_2.phpt2 Test fopen() for write cp932 to UTF-8 path
17 #vim: set fileencoding=cp932
18 #vim: set encoding=cp932
23 $item = iconv('cp932', 'utf-8', "�e�X�g�}���`�o�C�g�E�p�X"); // cp932 string
H A Dtest_cp932_1.phpt2 Test mkdir/rmdir cp932
16 default_charset=cp932
20 #vim: set fileencoding=cp932
21 #vim: set encoding=cp932
26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
H A Dtest_cp932_2.phpt2 Test fopen() for write to cp932 path
16 internal_encoding=cp932
20 #vim: set fileencoding=cp932
21 #vim: set encoding=cp932
26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
/PHP-8.3/ext/mbstring/tests/
H A Dcp932_encoding.phpt26 $cp932 = chr($i) . chr($j);
27 $validChars[$cp932] = $utf16;
28 $fromUnicode[$utf16] = $cp932;
102 foreach ($nonInvertible as $cp932 => $unicode)
103 testValidString($cp932, $unicode, 'CP932', 'UTF-16BE', false);
124 foreach ($nonInvertible as $cp932 => $unicode)
125 testValidString($cp932, $unicode, 'SJIS-win', 'UTF-16BE', false);
H A Dcp5022x_encoding.phpt198 foreach ($cp932Chars as $cp932 => $utf16BE) {
199 testValid("\x1B\$B" . $cp932, $utf16BE, 'CP50220');
200 testValid("\x1B\$B" . $cp932, $utf16BE, 'CP50221');
201 testValid("\x1B\$B" . $cp932, $utf16BE, 'CP50222');
203 foreach ($nonInvertible as $cp932 => $utf16BE) {
204 testValid("\x1B\$B" . $cp932, $utf16BE, 'CP50220', false);
205 testValid("\x1B\$B" . $cp932, $utf16BE, 'CP50221', false);
206 testValid("\x1B\$B" . $cp932, $utf16BE, 'CP50222', false);
H A Dsjis_mobile_encodings.phpt46 $cp932 = chr($i) . chr($j);
47 $sjisChars[$cp932] = $utf32;
48 $fromUnicode[$utf32] = $cp932;
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_charset.c222 static unsigned int mysqlnd_mbcharlen_cp932(const unsigned int cp932) in mysqlnd_mbcharlen_cp932() argument
224 return (valid_cp932head((zend_uchar)cp932)) ? 2 : 1; in mysqlnd_mbcharlen_cp932()
/PHP-8.3/ext/mbstring/tests/data/
H A DCP932.txt2 # Name: cp932 to Unicode table
13 # Column #1 is the cp932 code (in hex)
17 # The entries are in cp932 order

Completed in 60 milliseconds