Home
last modified time | relevance | path

Searched refs:utf8 (Results 26 – 50 of 111) sorted by relevance

12345

/PHP-7.1/ext/pcre/tests/
H A Dskip.ini5 [No utf8 support in PCRE library]
H A Dbug27103.phpt6 die('skip no utf8 support in PCRE library');
H A D007.phpt6 die('skip no utf8 support in PCRE library');
H A Dpreg_replace2.phpt6 die('skip no utf8 support in PCRE library');
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_change_user_set_names.phpt133 // charsets cannot take any other value but utf8 in unicode mode
134 $defaults['charset_client'] = 'utf8';
135 $defaults['charset_connection'] = 'utf8';
136 $defaults['charset_results'] = 'utf8';
H A Dbug36802.phpt18 $x[0] = @$mysql->set_charset('utf8');
H A Dbug75018.phpt18 $sql = "CREATE TABLE $tbl (bit_column_1 bit(16) NOT NULL) DEFAULT CHARSET=utf8";
/PHP-7.1/ext/iconv/tests/
H A Dbug76249.phpt10 if (false === @stream_filter_append($fh, 'convert.iconv.ucs-2/utf8//IGNORE', STREAM_FILTER_READ, []…
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_kartuli_utf8_0.phpt30 echo "open utf8 failed\n";
H A Dtest_cp1250_to_utf8_0.phpt30 echo "open utf8 failed\n";
H A Dtest_cp1253_0.phpt33 echo "open utf8 failed\n";
H A Dtest_cp1254_0.phpt33 echo "open utf8 failed\n";
H A Dtest_cp1254_to_utf8_0.phpt30 echo "open utf8 failed\n";
H A Dtest_cp1255_to_utf8_0.phpt30 echo "open utf8 failed\n";
H A Dtest_cp936_0.phpt33 echo "open utf8 failed\n";
H A Dtest_cp936_to_utf8_0.phpt30 echo "open utf8 failed\n";
H A Dtest_eucjp_to_utf8_0.phpt30 echo "open utf8 failed\n";
H A Dtest_cp1252_to_utf8_0.phpt30 echo "open utf8 failed\n";
H A Dtest_cp1252_to_utf8_3.phpt30 echo "open utf8 failed\n";
H A Dtest_cp1253_to_utf8_0.phpt30 echo "open utf8 failed\n";
H A Dtest_cp1255_0.phpt33 echo "open utf8 failed\n";
H A Dtest_cp1256_0.phpt33 echo "open utf8 failed\n";
H A Dtest_cp1256_to_utf8_0.phpt30 echo "open utf8 failed\n";
/PHP-7.1/ext/json/tests/
H A Dbug46944.phpt2 Bug #46944 (json_encode() doesn't handle 3 byte utf8 correctly)
/PHP-7.1/ext/tidy/tests/
H A D024.phpt26 $tidy = tidy_parse_string($contents, $config, 'utf8');

Completed in 75 milliseconds

12345