Home
last modified time | relevance | path

Searched refs:default_charset (Results 1 – 25 of 149) sorted by relevance

123456

/PHP-7.4/ext/standard/tests/strings/
H A Ddefault_charset.phpt2 default_charset and htmlentities/htmlspecialchars/html_entity_decode
4 default_charset=UTF-8
11 var_dump(ini_get('default_charset'),
18 echo "*** Runtime change of default_charset ***\n";
19 var_dump(ini_set('default_charset', 'cp1252'));
21 echo "*** Test with updated default_charset ***\n";
22 var_dump(ini_get('default_charset'),
37 var_dump(ini_get('default_charset'),
51 var_dump(ini_get('default_charset'),
72 *** Runtime change of default_charset ***
[all …]
H A Dhtmlentities11.phpt2 htmlentities() test 11 (default_charset / ISO-8859-15)
6 default_charset=ISO-8859-15
9 print ini_get('default_charset')."\n";
H A Dhtmlentities12.phpt2 htmlentities() test 12 (default_charset / ISO-8859-1)
6 default_charset=ISO-8859-1
9 print ini_get('default_charset')."\n";
H A Dhtmlentities10.phpt2 htmlentities() test 10 (default_charset / cp1252)
6 default_charset=cp1252
9 print ini_get('default_charset')."\n";
H A Dhtmlentities13.phpt2 htmlentities() test 13 (default_charset / EUC-JP)
6 default_charset=EUC-JP
10 print ini_get('default_charset')."\n";
H A Dhtmlentities14.phpt2 htmlentities() test 14 (default_charset / Shift_JIS)
6 default_charset=Shift_JIS
10 print ini_get('default_charset')."\n";
/PHP-7.4/ext/iconv/tests/
H A Diconv_default_charset.phpt2 Test default_charset handling
10 default_charset=UTF-8
19 echo "*** Testing default_charset handling ***\n";
22 var_dump(ini_get('default_charset'),
31 var_dump(ini_set('default_charset', 'ISO-8859-1'));
34 var_dump(ini_get('default_charset'),
44 var_dump(ini_set('default_charset', 'ISO-8859-1'),
56 *** Testing default_charset handling ***
H A Diconv_ini_encoding.phpt7 default_charset=ISO-8859-1
17 var_dump(ini_get('default_charset'));
27 var_dump(ini_set('default_charset', 'UTF-8'));
36 var_dump(ini_get('default_charset'));
/PHP-7.4/tests/basic/
H A Dbug67988.phpt2 Bug #67988 (htmlspecialchars() does not respect default_charset specified by ini_set)
4 default_charset=UTF-8
7 ini_set('default_charset', 'cp1252');
9 var_dump(ini_get('default_charset'));
H A Dencoding.phpt5 var_dump(ini_get('default_charset'));
10 var_dump(ini_set('default_charset', 'ISO-8859-1'));
11 var_dump(ini_get('default_charset'));
/PHP-7.4/sapi/cgi/tests/
H A Dbug81518b.phpt2 Bug #81518 (Header injection via default_mimetype / default_charset)
6 ini_set('default_charset', 'ISO-8859-1' . "\r\nHeader-Injection: Works!");
/PHP-7.4/ext/mbstring/tests/
H A Dini_encoding.phpt7 default_charset=Shift_JIS
17 var_dump(ini_get('default_charset'));
28 var_dump(ini_set('default_charset', 'UTF-8'));
37 var_dump(ini_get('default_charset'));
H A Dini_encoding2.phpt7 default_charset=
17 var_dump(ini_get('default_charset'));
28 var_dump(ini_set('default_charset', 'UTF-8'));
37 var_dump(ini_get('default_charset'));
H A Dmb_internal_encoding_basic2.phpt4 default_charset=""
27 var_dump(ini_get('default_charset'));
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug75063_cp1251.phpt13 default_charset=cp1251
52 print(shell_exec(getenv('TEST_PHP_EXECUTABLE') . " -n -d default_charset=cp1251 -f code.php"));
56 /* --CLEAN-- section were the right place, but it won't accept default_charset ATM, it seems. */
/PHP-7.4/ext/fileinfo/tests/
H A Dbug67647-mb.phpt7 if (ini_get("default_charset") != "UTF-8") {
8 die("skip require default_charset == UTF-8");
/PHP-7.4/ext/phar/tests/
H A Dinclude_path_advanced.phpt4 default_charset=UTF-8
/PHP-7.4/ext/phar/tests/cache_list/
H A Dcopyonwrite18.phar.phpt4 default_charset=UTF-8
H A Dcopyonwrite1.phar.phpt4 default_charset=UTF-8
H A Dcopyonwrite17.phar.phpt4 default_charset=UTF-8
H A Dcopyonwrite20.phar.phpt4 default_charset=UTF-8
H A Dcopyonwrite15.phar.phpt4 default_charset=UTF-8
H A Dcopyonwrite16.phar.phpt4 default_charset=UTF-8
H A Dcopyonwrite19.phar.phpt4 default_charset=UTF-8
H A Dcopyonwrite7.phar.phpt4 default_charset=UTF-8

Completed in 34 milliseconds

123456