Searched refs:UTF8 (Results 1 – 25 of 26) sorted by relevance
12
/PHP-8.2/ext/standard/tests/strings/ |
H A D | bug68636.phpt | 8 if (setlocale(LC_ALL, "en_US.UTF8") !== "en_US.UTF8") { 14 var_dump(setlocale(LC_TIME, 'en_US.UTF8')); 19 string(10) "en_US.UTF8" 21 string(10) "en_US.UTF8"
|
/PHP-8.2/ext/xsl/tests/ |
H A D | xslt004.phpt | 2 Test 4: Checking UTF8 Output 7 echo "Test 4: Checking UTF8 Output"; 22 Test 4: Checking UTF8 Output
|
/PHP-8.2/sapi/cli/tests/ |
H A D | bug44564.phpt | 5 if (false == setlocale(LC_CTYPE, "UTF8", "en_US.UTF-8")) { 11 setlocale(LC_CTYPE, "UTF8", "en_US.UTF-8");
|
/PHP-8.2/ext/oci8/tests/ |
H A D | drcp_characterset.phpt | 10 // Create connections with oci_connect and oci_pconnect with UTF8 as Charset 12 $c1 = oci_connect($user,$password,$dbase,"UTF8"); 17 $p1 = oci_pconnect($user,$password,$dbase,"UTF8");
|
H A D | connect_with_charset_001.phpt | 18 var_dump($c6 = oci_connect($user, $password, $dbase, "UTF8"));
|
H A D | conn_attr_2.phpt | 47 var_dump($pc2 = oci_pconnect($testuser,$testpassword,$dbase,'UTF8'));
|
/PHP-8.2/ext/iconv/tests/ |
H A D | eucjp2utf8.phpt | 2 EUC-JP to UTF8 50 $str = iconv("EUC-JP", "UTF-8", $str); /* libiconv(1.8) doesn't know "UTF8" but "UTF-8". */
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_fetch_assoc_no_alias_utf8.phpt | 12 if (!$res = mysqli_query($link, "SHOW CHARACTER SET LIKE 'UTF8'")) 16 die("skip Looks like UTF8 is not available on the server"); 19 die("skip Not sure if UTF8 is available, canceling the test"); 40 if (!$res = mysqli_query($link, "SET NAMES UTF8")) {
|
H A D | mysqli_query_unicode.phpt | 10 die("skip UTF8 chatset seems not available");
|
/PHP-8.2/ext/pcre/tests/ |
H A D | invalid_utf8.phpt | 2 preg_replace() and invalid UTF8
|
H A D | invalid_utf8_offset.phpt | 2 preg_replace() and invalid UTF8 offset
|
/PHP-8.2/ext/intl/tests/ |
H A D | uconverter_oop_algo.phpt | 9 var_dump(UConverter::UTF8 === $c->getDestinationType());
|
/PHP-8.2/ext/json/tests/ |
H A D | json_encode_basic_utf8.phpt | 2 Test json_encode() function : basic functionality with UTF8 string input
|
H A D | json_encode_invalid_utf8.phpt | 2 json_encode() invalid UTF8
|
H A D | json_decode_invalid_utf8.phpt | 2 json_decode() invalid UTF8
|
/PHP-8.2/ext/pdo_firebird/tests/ |
H A D | gh8576.phpt | 11 $dbh->exec("CREATE TABLE gh8576 (name CHAR(1) CHARACTER SET UTF8)");
|
/PHP-8.2/ext/phar/ |
H A D | phar_path_check.re | 56 UTF8 = UTF8_1 | UTF8_2 | UTF8_3 | UTF8_4 ; 88 UTF8 {
|
/PHP-8.2/ext/soap/tests/soap12/ |
H A D | T66.phpt | 8 <?xml version='1.0' encoding='UTF8'?>
|
/PHP-8.2/ext/pdo_oci/tests/ |
H A D | bug54379.phpt | 10 die('skip not UTF8 DSN');
|
/PHP-8.2/ext/intl/converter/ |
H A D | converter.stub.php | 72 public const UTF8 = UNKNOWN; define in UConverter
|
/PHP-8.2/ext/json/ |
H A D | json_scanner.re | 139 UTF8 = UTF8_1 | UTF8_2 | UTF8_3 | UTF8_4 ; 218 <JS>UTF8 { 280 <STR_P1>UTF8 { PHP_JSON_CONDITION_GOTO(STR_P1); } 372 <STR_P2_BIN>UTF8 { PHP_JSON_CONDITION_GOTO(STR_P2_BIN); }
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_http_output.phpt | 29 // Set HTTP output encoding to UTF8
|
H A D | pictogram1.phpt | 58 echo "Unicode to UTF8-Mobile\n"; 141 Unicode to UTF8-Mobile
|
/PHP-8.2/ext/xml/tests/ |
H A D | bug32001.phpt | 59 case 'UTF8':
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 22137 # character set 1252 65001~UTF8
|
Completed in 113 milliseconds
12