Home
last modified time | relevance | path

Searched refs:UTF8 (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.2/ext/standard/tests/strings/
H A Dbug68636.phpt8 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 Dxslt004.phpt2 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 Dbug44564.phpt5 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 Ddrcp_characterset.phpt10 // 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 Dconnect_with_charset_001.phpt18 var_dump($c6 = oci_connect($user, $password, $dbase, "UTF8"));
H A Dconn_attr_2.phpt47 var_dump($pc2 = oci_pconnect($testuser,$testpassword,$dbase,'UTF8'));
/PHP-8.2/ext/iconv/tests/
H A Deucjp2utf8.phpt2 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 Dmysqli_fetch_assoc_no_alias_utf8.phpt12 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 Dmysqli_query_unicode.phpt10 die("skip UTF8 chatset seems not available");
/PHP-8.2/ext/pcre/tests/
H A Dinvalid_utf8.phpt2 preg_replace() and invalid UTF8
H A Dinvalid_utf8_offset.phpt2 preg_replace() and invalid UTF8 offset
/PHP-8.2/ext/intl/tests/
H A Duconverter_oop_algo.phpt9 var_dump(UConverter::UTF8 === $c->getDestinationType());
/PHP-8.2/ext/json/tests/
H A Djson_encode_basic_utf8.phpt2 Test json_encode() function : basic functionality with UTF8 string input
H A Djson_encode_invalid_utf8.phpt2 json_encode() invalid UTF8
H A Djson_decode_invalid_utf8.phpt2 json_decode() invalid UTF8
/PHP-8.2/ext/pdo_firebird/tests/
H A Dgh8576.phpt11 $dbh->exec("CREATE TABLE gh8576 (name CHAR(1) CHARACTER SET UTF8)");
/PHP-8.2/ext/phar/
H A Dphar_path_check.re56 UTF8 = UTF8_1 | UTF8_2 | UTF8_3 | UTF8_4 ;
88 UTF8 {
/PHP-8.2/ext/soap/tests/soap12/
H A DT66.phpt8 <?xml version='1.0' encoding='UTF8'?>
/PHP-8.2/ext/pdo_oci/tests/
H A Dbug54379.phpt10 die('skip not UTF8 DSN');
/PHP-8.2/ext/intl/converter/
H A Dconverter.stub.php72 public const UTF8 = UNKNOWN; define in UConverter
/PHP-8.2/ext/json/
H A Djson_scanner.re139 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 Dmb_http_output.phpt29 // Set HTTP output encoding to UTF8
H A Dpictogram1.phpt58 echo "Unicode to UTF8-Mobile\n";
141 Unicode to UTF8-Mobile
/PHP-8.2/ext/xml/tests/
H A Dbug32001.phpt59 case 'UTF8':
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic22137 # character set 1252 65001~UTF8

Completed in 102 milliseconds

12