Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_big5_0.phpt2 Test fopen() for reading big5 path
16 default_charset=big5
20 #vim: set fileencoding=big5
21 #vim: set encoding=big5
H A Dtest_big5_to_utf8_0.phpt2 Test fopen() for reading big5 to UTF-8 path
17 #vim: set fileencoding=big5
18 #vim: set encoding=big5
23 $item = iconv('big5', 'utf-8', "���զh�r�`���|"); // BIG5 string
H A Dtest_big5_to_utf8_1.phpt2 Test mkdir/rmdir big5 to UTF-8 path
17 #vim: set fileencoding=big5
18 #vim: set encoding=big5
23 $item = iconv('big5', 'utf-8', "���զh�r�`���|"); // BIG5 string
H A Dtest_big5_1.phpt2 Test mkdir/rmdir big5 path
16 internal_encoding=big5
20 #vim: set fileencoding=big5
21 #vim: set encoding=big5
H A Dtest_big5_to_utf8_2.phpt2 Test fopen() for write big5 to UTF-8 path
17 #vim: set fileencoding=big5
18 #vim: set encoding=big5
23 $item = iconv('big5', 'utf-8', "���զh�r�`���|"); // BIG5 string
H A Dtest_big5_2.phpt2 Test fopen() for write big5 to UTF-8 path
20 #vim: set fileencoding=big5
21 #vim: set encoding=big5
/php-src/ext/mysqli/tests/
H A Dmysqli_real_escape_string_big5.phpt2 mysqli_real_escape_string() - big5
9 if (!mysqli_set_charset($link, 'big5'))
10 die(sprintf("skip Cannot set charset 'big5'"));
29 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=big5")) {
34 var_dump(mysqli_set_charset($link, "big5"));
/php-src/Zend/tests/multibyte/
H A Dbug68665.phpt7 internal_encoding=big5
/php-src/ext/mbstring/tests/
H A Dmb_str_split_other.phpt26 $big5 = mb_convert_encoding($str, 'BIG-5', 'UTF-8');
28 $array = mb_str_split($big5, $i, 'BIG-5');
/php-src/ext/dom/
H A Dconfig.w3230 …ADD_SOURCES("ext/dom/lexbor/lexbor/encoding", "big5.c decode.c encode.c encoding.c euc_kr.c gb1803…
H A Dconfig.m459 $LEXBOR_DIR/encoding/big5.c
/php-src/ext/mysqlnd/
H A Dmysqlnd_charset.c264 static unsigned int mysqlnd_mbcharlen_big5(const unsigned int big5) in mysqlnd_mbcharlen_big5() argument
266 return (valid_big5head(big5)) ? 2 : 1; in mysqlnd_mbcharlen_big5()

Completed in 14 milliseconds