Searched refs:default_charset (Results 1 – 25 of 149) sorted by relevance
123456
/PHP-7.4/ext/standard/tests/strings/ |
H A D | default_charset.phpt | 2 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 D | htmlentities11.phpt | 2 htmlentities() test 11 (default_charset / ISO-8859-15) 6 default_charset=ISO-8859-15 9 print ini_get('default_charset')."\n";
|
H A D | htmlentities12.phpt | 2 htmlentities() test 12 (default_charset / ISO-8859-1) 6 default_charset=ISO-8859-1 9 print ini_get('default_charset')."\n";
|
H A D | htmlentities10.phpt | 2 htmlentities() test 10 (default_charset / cp1252) 6 default_charset=cp1252 9 print ini_get('default_charset')."\n";
|
H A D | htmlentities13.phpt | 2 htmlentities() test 13 (default_charset / EUC-JP) 6 default_charset=EUC-JP 10 print ini_get('default_charset')."\n";
|
H A D | htmlentities14.phpt | 2 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 D | iconv_default_charset.phpt | 2 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 D | iconv_ini_encoding.phpt | 7 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 D | bug67988.phpt | 2 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 D | encoding.phpt | 5 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 D | bug81518b.phpt | 2 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 D | ini_encoding.phpt | 7 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 D | ini_encoding2.phpt | 7 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 D | mb_internal_encoding_basic2.phpt | 4 default_charset="" 27 var_dump(ini_get('default_charset'));
|
/PHP-7.4/ext/standard/tests/file/windows_mb_path/ |
H A D | bug75063_cp1251.phpt | 13 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 D | bug67647-mb.phpt | 7 if (ini_get("default_charset") != "UTF-8") { 8 die("skip require default_charset == UTF-8");
|
/PHP-7.4/ext/phar/tests/ |
H A D | include_path_advanced.phpt | 4 default_charset=UTF-8
|
/PHP-7.4/ext/phar/tests/cache_list/ |
H A D | copyonwrite18.phar.phpt | 4 default_charset=UTF-8
|
H A D | copyonwrite1.phar.phpt | 4 default_charset=UTF-8
|
H A D | copyonwrite17.phar.phpt | 4 default_charset=UTF-8
|
H A D | copyonwrite20.phar.phpt | 4 default_charset=UTF-8
|
H A D | copyonwrite15.phar.phpt | 4 default_charset=UTF-8
|
H A D | copyonwrite16.phar.phpt | 4 default_charset=UTF-8
|
H A D | copyonwrite19.phar.phpt | 4 default_charset=UTF-8
|
H A D | copyonwrite7.phar.phpt | 4 default_charset=UTF-8
|
Completed in 26 milliseconds
123456