Home
last modified time | relevance | path

Searched refs:charset (Results 26 – 50 of 245) sorted by relevance

12345678910

/PHP-5.5/ext/iconv/tests/
H A Dbug48289.phpt10 'input-charset' => 'UTF-8',
11 'output-charset' => 'UTF-8',
H A Diconv_strlen_error2.phpt10 /* Prototype : int iconv_strlen(string str [, string charset])
32 Notice: iconv_strlen(): Wrong charset, conversion from `unknown-encoding' to `UCS-4LE' is not allow…
H A Diconv_strpos_error2.phpt10 /* Prototype : int iconv_strpos(string haystack, string needle [, int offset [, string charset]])
32 Notice: iconv_strpos(): Wrong charset, conversion from `unknown-encoding' to `UCS-4LE' is not allow…
H A Diconv_strrpos_error2.phpt10 /* Prototype : proto int iconv_strrpos(string haystack, string needle [, string charset])
33 Notice: iconv_strrpos(): Wrong charset, conversion from `unknown-encoding' to `UCS-4LE' is not allo…
H A Diconv_substr_error2.phpt10 /* Prototype : string iconv_substr(string str, int offset, [int length, string charset])
33 Notice: iconv_substr(): Wrong charset, conversion from `unknown-encoding' to `UCS-4LE' is not allow…
H A Diconv_mime_decode_variation1.phpt10 /* Prototype : string iconv_mime_decode(string encoded_string [, int mode, string charset])
24 $charset = 'ISO-8859-1';
99 var_dump( iconv_mime_decode($input, $mode, $charset));
/PHP-5.5/ext/standard/tests/strings/
H A Dconvert_cyr_string_error.phpt58 Warning: convert_cyr_string(): Unknown source charset: ? in %s on line %d
63 Warning: convert_cyr_string(): Unknown destination charset: ? in %s on line %d
68 Warning: convert_cyr_string(): Unknown source charset: > in %s on line %d
70 Warning: convert_cyr_string(): Unknown destination charset: ? in %s on line %d
/PHP-5.5/ext/iconv/
H A Diconv.c68 ZEND_ARG_INFO(0, charset)
75 ZEND_ARG_INFO(0, charset)
82 ZEND_ARG_INFO(0, charset)
88 ZEND_ARG_INFO(0, charset)
100 ZEND_ARG_INFO(0, charset)
106 ZEND_ARG_INFO(0, charset)
117 ZEND_ARG_INFO(0, charset)
471 size_t clen = strlen(charset); in _php_check_ignore()
2035 &charset, &charset_len) == FAILURE) { in PHP_FUNCTION()
2138 -1, charset); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/dom/tests/
H A Dbug35673.phpt7 $html = '<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
18 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
/PHP-5.5/ext/interbase/tests/
H A Dibase_drop_db_001.phpt15 $user, $password, ($charset = ini_get('ibase.default_charset')) ? $charset : 'NONE'));
/PHP-5.5/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation1.phpt11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
12 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
23 $charset = 'utf-8';
100 var_dump( mb_encode_mimeheader($input, $charset, $transfer_encoding, $linefeed, $indent));
H A Dmb_send_mail01.phpt32 Content-Type: text/plain; charset=%s
39 Content-Type: text/plain; charset=UTF-8
H A Dmb_send_mail03.phpt32 Content-Type: text/plain; charset=%s
39 Content-Type: text/plain; charset=%s-8859-1
H A Dmb_send_mail02.phpt32 Content-Type: text/plain; charset=%s
39 Content-Type: text/plain; charset=ISO-2022-JP
H A Dmb_send_mail04.phpt32 Content-Type: text/plain; charset=%s
39 Content-Type: text/plain; charset=%s-8859-15
H A Dmb_send_mail06.phpt35 Content-Type: text/plain; charset=%s
42 Content-Type: text/plain; charset=BIG5
H A Dmb_send_mail07.phpt35 Content-Type: text/plain; charset=%s
42 Content-Type: text/plain; charset=ISO-2022-KR
H A Dmb_send_mail05.phpt35 Content-Type: text/plain; charset=%s
43 Content-Type: text/plain; charset=HZ-GB-2312
H A Dmb_encode_mimeheader_variation3.phpt11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
12 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
26 $charset = 'utf-8';
102 var_dump( mb_encode_mimeheader($str, $charset, $input, $linefeed, $indent));
H A Dmb_encode_mimeheader_variation2.phpt2 Test mb_encode_mimeheader() function : usage variations - Pass different data types to $charset arg
11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
12 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
17 * Pass different data types to $charset argument to see how mb_encode_mimeheader() behaves
50 // unexpected values to be passed to $charset argument
H A Dmb_encode_mimeheader_variation6.phpt11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
12 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest.inc52 // {{{ resource sybase_connect_ex(string charset= NULL, string appname= NULL, bool new= FALSE)
54 function sybase_connect_ex($charset= NULL, $appname= NULL, $new= FALSE) {
56 … if (!($db= sybase_connect(HOST, USER, PASSWORD, $charset ? $charset : 'iso_1', $appname, $new))) {
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt28 string(28) "text/x-php; charset=us-ascii"
30 string(25) "text/plain; charset=utf-8"
/PHP-5.5/ext/mysql/tests/
H A Dmysql_set_charset.phpt47 foreach ($charsets as $k => $charset) {
48 if (!($res = mysql_query(sprintf('SHOW CHARACTER SET LIKE "%s"', $charset), $link)))
51 if ($expect !== ($tmp = @mysql_set_charset($charset, $link)))
H A Dmysql_client_encoding.phpt36 if (!$res = mysql_query('SELECT @@character_set_connection AS charset, @@collation_connection AS co…
40 if (!$tmp['charset'])
43 if ($link_enc !== $tmp['charset']) {

Completed in 37 milliseconds

12345678910