Home
last modified time | relevance | path

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

123456

/PHP-7.1/ext/standard/
H A Dhtml.c92 } else if (SG(default_charset) && SG(default_charset)[0] ) { in get_default_charset()
93 return SG(default_charset); in get_default_charset()
407 charset_hint = SG(default_charset); in determine_charset()
1443 char *default_charset; in php_html_entities() local
1457 default_charset = get_default_charset(); in php_html_entities()
1459 …LEN(str), all, (int) flags, (hint_charset ? ZSTR_VAL(hint_charset) : default_charset), double_enco… in php_html_entities()
1520 char *default_charset; in PHP_FUNCTION() local
1532 default_charset = get_default_charset(); in PHP_FUNCTION()
1534 …_LEN(str), 1 /*all*/, (int)quote_style, (hint_charset ? ZSTR_VAL(hint_charset) : default_charset)); in PHP_FUNCTION()
H A Durl_scanner_ex.c1180 …_entities_ex((unsigned char*)name, name_len, 0, ENT_QUOTES|ENT_SUBSTITUTE, SG(default_charset), 0); in php_url_scanner_add_var_impl()
1182 …ntities_ex((unsigned char*)value, value_len, 0, ENT_QUOTES|ENT_SUBSTITUTE, SG(default_charset), 0); in php_url_scanner_add_var_impl()
1282 …igned char *)ZSTR_VAL(name), ZSTR_LEN(name), 0, ENT_QUOTES|ENT_SUBSTITUTE, SG(default_charset), 0); in php_url_scanner_reset_var_impl()
H A Durl_scanner_ex.re765 …_entities_ex((unsigned char*)name, name_len, 0, ENT_QUOTES|ENT_SUBSTITUTE, SG(default_charset), 0);
767 …ntities_ex((unsigned char*)value, value_len, 0, ENT_QUOTES|ENT_SUBSTITUTE, SG(default_charset), 0);
867 …igned char *)ZSTR_VAL(name), ZSTR_LEN(name), 0, ENT_QUOTES|ENT_SUBSTITUTE, SG(default_charset), 0);
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1256_2.phpt14 default_charset=cp1256
H A Dtest_cp936_2.phpt14 default_charset=cp936
H A Dtest_cp932_1.phpt14 default_charset=cp932
H A Dtest_cp874_0.phpt14 default_charset=cp874
/PHP-7.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-7.1/main/
H A DSAPI.c317 if (SG(default_charset)) { in get_default_content_type()
318 charset = SG(default_charset); in get_default_content_type()
319 charset_len = (uint)strlen(SG(default_charset)); in get_default_content_type()
377 charset = SG(default_charset) ? SG(default_charset) : SAPI_DEFAULT_CHARSET; in sapi_apply_default_charset()
H A DSAPI.h129 char *default_charset; member
H A Dmain.c132 char *hint = SG(default_charset); in get_safe_charset_hint()
136 if (lastHint == SG(default_charset)) { in get_safe_charset_hint()
591 …arset", PHP_DEFAULT_CHARSET, PHP_INI_ALL, OnUpdateDefaultCharset, default_charset, sapi_global…
/PHP-7.1/win32/
H A Dcodepage.c243 } else if (SG(default_charset) && SG(default_charset)[0] ) { in php_win32_cp_get_enc()
244 enc = SG(default_charset); in php_win32_cp_get_enc()
/PHP-7.1/ext/filter/tests/
H A D033.phpt7 default_charset=UTF-8
/PHP-7.1/ext/interbase/tests/
H A Dinterbase.inc19 $user, $password, ($charset = ini_get('ibase.default_charset')) ? $charset : 'NONE'));
/PHP-7.1/
H A Dphp.ini-development690 default_charset = "UTF-8"
693 ; If empty, default_charset is used.
698 ; If empty, default_charset is used.
703 ; If empty, default_charset is used.
962 ; If empty, default_charset or input_encoding or iconv.input_encoding is used.
963 ; The precedence is: default_charset < intput_encoding < iconv.input_encoding
973 ; The precedence is: default_charset < output_encoding < iconv.output_encoding
1145 ;ibase.default_charset =
1664 ; If empty, default_charset or input_encoding or mbstring.input is used.
1665 ; The precedence is: default_charset < intput_encoding < mbsting.http_input
[all …]
H A Dphp.ini-production690 default_charset = "UTF-8"
693 ; If empty, default_charset is used.
698 ; If empty, default_charset is used.
703 ; If empty, default_charset is used.
962 ; If empty, default_charset or input_encoding or iconv.input_encoding is used.
963 ; The precedence is: default_charset < intput_encoding < iconv.input_encoding
973 ; The precedence is: default_charset < output_encoding < iconv.output_encoding
1145 ;ibase.default_charset =
1664 ; If empty, default_charset or input_encoding or mbstring.input is used.
1665 ; The precedence is: default_charset < intput_encoding < mbsting.http_input
[all …]
H A DUPGRADING456 - default_charset
H A DNEWS1797 . Fixed bug #72992 (mbstring.internal_encoding doesn't inherit default_charset).
2296 . Fixed bug #72992 (mbstring.internal_encoding doesn't inherit default_charset).
/PHP-7.1/ext/filter/
H A Dsanitizing_filters.c269 …ties_ex((unsigned char *) Z_STRVAL_P(value), Z_STRLEN_P(value), 1, quotes, SG(default_charset), 0); in php_filter_full_special_chars()
/PHP-7.1/ext/iconv/
H A Diconv.c355 } else if (SG(default_charset)) { in get_internal_encoding()
356 return SG(default_charset); in get_internal_encoding()
366 } else if (SG(default_charset)) { in get_input_encoding()
367 return SG(default_charset); in get_input_encoding()
377 } else if (SG(default_charset)) { in get_output_encoding()
378 return SG(default_charset); in get_output_encoding()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_out.c1034 …&& PG(internal_encoding)[0] ? PG(internal_encoding) : (SG(default_charset) ? SG(default_charset) :… in phpdbg_process_print()
/PHP-7.1/ext/mbstring/
H A Dmbstring.c603 } else if (SG(default_charset)) { in ZEND_GET_MODULE()
604 return SG(default_charset); in ZEND_GET_MODULE()
612 } else if (SG(default_charset)) { in get_input_encoding()
613 return SG(default_charset); in get_input_encoding()
621 } else if (SG(default_charset)) { in get_output_encoding()
622 return SG(default_charset); in get_output_encoding()

Completed in 137 milliseconds

123456