Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_0.phpt2 Test fopen() for reading cp932 path
14 default_charset=cp932
18 #vim: set fileencoding=cp932
19 #vim: set encoding=cp932
24 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
H A Dtest_cp932_to_utf8_0.phpt2 Test fopen() for reading cp932 to UTF-8 path
15 #vim: set fileencoding=cp932
16 #vim: set encoding=cp932
21 $item = iconv('cp932', 'utf-8', "�e�X�g�}���`�o�C�g�E�p�X"); // cp932 string
H A Dtest_cp932_3.phpt2 cp932 cmd test
14 internal_encoding=cp932
18 #vim: set fileencoding=cp932
19 #vim: set encoding=cp932
25 $item = "�e�X�g�}���`�o�C�g�E�p�X77"; // cp932 string
H A Dtest_cp932_to_utf8_1.phpt2 Test mkdir/rmdir cp932 to UTF-8 path
15 #vim: set fileencoding=cp932
16 #vim: set encoding=cp932
21 $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
15 #vim: set fileencoding=cp932
16 #vim: set encoding=cp932
21 $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
14 default_charset=cp932
18 #vim: set fileencoding=cp932
19 #vim: set encoding=cp932
24 $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
14 internal_encoding=cp932
18 #vim: set fileencoding=cp932
19 #vim: set encoding=cp932
24 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_charset.c224 static unsigned int mysqlnd_mbcharlen_cp932(unsigned int cp932) in mysqlnd_mbcharlen_cp932() argument
226 return (valid_cp932head((zend_uchar)cp932)) ? 2 : 1; in mysqlnd_mbcharlen_cp932()

Completed in 42 milliseconds