Searched refs:big5 (Results 1 – 15 of 15) sorted by relevance
/PHP-7.1/ext/standard/tests/file/windows_mb_path/ |
H A D | test_big5_0.phpt | 2 Test fopen() for reading big5 path 14 defalut_charset=big5 18 #vim: set fileencoding=big5 19 #vim: set encoding=big5
|
H A D | test_big5_to_utf8_0.phpt | 2 Test fopen() for reading big5 to UTF-8 path 15 #vim: set fileencoding=big5 16 #vim: set encoding=big5 21 $item = iconv('big5', 'utf-8', "���զh�r�`���|"); // BIG5 string
|
H A D | test_big5_to_utf8_1.phpt | 2 Test mkdir/rmdir big5 to UTF-8 path 15 #vim: set fileencoding=big5 16 #vim: set encoding=big5 21 $item = iconv('big5', 'utf-8', "���զh�r�`���|"); // BIG5 string
|
H A D | test_big5_1.phpt | 2 Test mkdir/rmdir big5 path 14 internal_encoding=big5 18 #vim: set fileencoding=big5 19 #vim: set encoding=big5
|
H A D | test_big5_to_utf8_2.phpt | 2 Test fopen() for write big5 to UTF-8 path 15 #vim: set fileencoding=big5 16 #vim: set encoding=big5 21 $item = iconv('big5', 'utf-8', "���զh�r�`���|"); // BIG5 string
|
H A D | test_big5_2.phpt | 2 Test fopen() for write big5 to UTF-8 path 18 #vim: set fileencoding=big5 19 #vim: set encoding=big5
|
/PHP-7.1/ext/mysqli/tests/ |
H A D | mysqli_real_escape_string_big5.phpt | 2 mysqli_real_escape_string() - big5 17 if (!mysqli_set_charset($link, 'big5')) 18 die(sprintf("skip Cannot set charset 'big5'")); 38 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=big5")) { 43 var_dump(mysqli_set_charset($link, "big5"));
|
/PHP-7.1/Zend/tests/multibyte/ |
H A D | bug68665.phpt | 14 mbstring.internal_encoding=big5
|
/PHP-7.1/ext/mbstring/oniguruma/win32/ |
H A D | Makefile | 53 $(encdir)\euc_tw.obj $(encdir)\euc_kr.obj $(encdir)\big5.obj \ 140 $(encdir)\big5.obj: $(encdir)\big5.c regenc.h config.h
|
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | README.ja | 151 enc/big5.c Big5 �����ǥ���
|
H A D | README | 145 enc/big5.c Big5 encoding.
|
H A D | HISTORY | 739 (euc_kr.c, euc_tw.c, big5.c)
|
/PHP-7.1/ext/mbstring/ |
H A D | config.w32 | 90 ADD_SOURCES("ext/mbstring/oniguruma/enc", "ascii.c big5.c \
|
H A D | config.m4 | 156 oniguruma/enc/big5.c
|
/PHP-7.1/ext/mysqlnd/ |
H A D | mysqlnd_charset.c | 205 static unsigned int mysqlnd_mbcharlen_big5(unsigned int big5) in mysqlnd_mbcharlen_big5() argument 207 return (valid_big5head(big5)) ? 2 : 1; in mysqlnd_mbcharlen_big5()
|
Completed in 35 milliseconds