Home
last modified time | relevance | path

Searched refs:default_charset (Results 126 – 146 of 146) sorted by relevance

123456

/PHP-8.1/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt4 default_charset=UTF-8
/PHP-8.1/ext/mbstring/tests/
H A Dmb_check_encoding_array.phpt7 ini_set('default_charset', 'UTF-8');
/PHP-8.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1251_1.phpt16 default_charset=cp1251
H A Dtest_cp1253_1.phpt16 default_charset=cp1253
H A Dtest_cp1255_1.phpt16 default_charset=cp1255
H A Dtest_cp1256_2.phpt16 default_charset=cp1256
H A Dtest_big5_2.phpt16 default_charset=cp950
H A Dtest_cp936_2.phpt16 default_charset=cp936
H A Dtest_cp932_1.phpt16 default_charset=cp932
H A Dtest_cp874_0.phpt14 default_charset=cp874
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_field_types.phpt13 …i_field_datatypes($link, $sql_type, $php_value, $php_type, $datatypes, $default_charset="latin1") {
20 … $create = sprintf("CREATE TABLE test(id %s) DEFAULT CHARSET %s", $sql_type, $default_charset);
/PHP-8.1/ext/filter/tests/
H A D033.phpt7 default_charset=UTF-8
/PHP-8.1/main/
H A DSAPI.c309 if (SG(default_charset)) { in get_default_content_type()
310 charset = SG(default_charset); in get_default_content_type()
311 charset_len = (uint32_t)strlen(SG(default_charset)); in get_default_content_type()
369 charset = SG(default_charset) ? SG(default_charset) : SAPI_DEFAULT_CHARSET; in sapi_apply_default_charset()
H A Dmain.c507 } else if (SG(default_charset) && SG(default_charset)[0]) { in php_get_internal_encoding()
508 return SG(default_charset); in php_get_internal_encoding()
516 } else if (SG(default_charset) && SG(default_charset)[0]) { in php_get_input_encoding()
517 return SG(default_charset); in php_get_input_encoding()
525 } else if (SG(default_charset) && SG(default_charset)[0]) { in php_get_output_encoding()
526 return SG(default_charset); in php_get_output_encoding()
710 …arset", PHP_DEFAULT_CHARSET, PHP_INI_ALL, OnUpdateDefaultCharset, default_charset, sapi_global…
H A DSAPI.h121 char *default_charset; member
/PHP-8.1/win32/
H A Dcodepage.c282 } else if (SG(default_charset) && SG(default_charset)[0] ) { in php_win32_cp_get_enc()
283 enc = SG(default_charset); in php_win32_cp_get_enc()
/PHP-8.1/
H A Dphp.ini-development720 default_charset = "UTF-8"
723 ; If empty, default_charset is used.
728 ; If empty, default_charset is used.
733 ; If empty, default_charset is used.
999 ; If empty, default_charset or input_encoding or iconv.input_encoding is used.
1000 ; The precedence is: default_charset < input_encoding < iconv.input_encoding
1010 ; The precedence is: default_charset < output_encoding < iconv.output_encoding
1654 ; If empty, default_charset or input_encoding or mbstring.input is used.
1655 ; The precedence is: default_charset < input_encoding < mbstring.http_input
1662 ; If empty, default_charset or output_encoding or mbstring.http_output is used.
[all …]
H A Dphp.ini-production722 default_charset = "UTF-8"
725 ; If empty, default_charset is used.
730 ; If empty, default_charset is used.
735 ; If empty, default_charset is used.
1001 ; If empty, default_charset or input_encoding or iconv.input_encoding is used.
1002 ; The precedence is: default_charset < input_encoding < iconv.input_encoding
1012 ; The precedence is: default_charset < output_encoding < iconv.output_encoding
1656 ; If empty, default_charset or input_encoding or mbstring.input is used.
1657 ; The precedence is: default_charset < input_encoding < mbstring.http_input
1664 ; If empty, default_charset or output_encoding or mbstring.http_output is used.
[all …]
H A DNEWS1530 . Fixed bug #81518 (Header injection via default_mimetype / default_charset).
/PHP-8.1/ext/standard/
H A Dhtml.c85 } else if (SG(default_charset) && SG(default_charset)[0] ) { in get_default_charset()
86 return SG(default_charset); in get_default_charset()
H A Durl_scanner_ex.re863 … *) ZSTR_VAL(name), ZSTR_LEN(name), 0, ENT_QUOTES|ENT_SUBSTITUTE, SG(default_charset), /* double_e…

Completed in 60 milliseconds

123456