Home
last modified time | relevance | path

Searched refs:charset (Results 151 – 175 of 245) sorted by relevance

12345678910

/PHP-5.5/sapi/cgi/tests/
H A D008.phpt42 Content-type: text/html%r; charset=.*|%r
50 Content-type: text/html%r; charset=.*|%r
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt45 Label column, result set charset.
49 printf("[004] Expecting charset %s/%d got %d\n",
50 $charsetInfo->charset,
H A Dmysqli_affected_rows.phpt94 foreach ($charsets as $k => $charset) {
95 if (!($res = mysqli_query($link, sprintf("SHOW CHARACTER SET LIKE '%s'", $charset))))
98 if (true !== ($tmp = mysqli_set_charset($link, $charset)))
H A Dmysqli_field_seek.phpt89 /* label column, result set charset */
91 printf("[004] Expecting charset %s/%d got %d\n",
92 $charsetInfo->charset, $charsetInfo->number, $field->charsetnr);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c53 const MYSQLND_CHARSET * charset = NULL; in mysqlnd_auth_handshake() local
87 if (options->charset_name && (charset = mysqlnd_find_charset_name(options->charset_name))) { in mysqlnd_auth_handshake()
88 auth_packet->charset_no = charset->nr; in mysqlnd_auth_handshake()
111 conn->charset = mysqlnd_find_charset_nr(auth_packet->charset_no); in mysqlnd_auth_handshake()
174 const MYSQLND_CHARSET * old_cs = conn->charset; in mysqlnd_auth_change_user()
223 auth_packet->charset_no = conn->charset->nr; in mysqlnd_auth_change_user()
/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller13.phpt15 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller22.phpt15 Content-type: text/html; charset=UTF-8
/PHP-5.5/ext/phar/tests/tar/
H A Dfrontcontroller13.phar.phpt14 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller21.phar.phpt16 Content-type: text/html; charset=UTF-8
/PHP-5.5/ext/phar/tests/zip/
H A Dfrontcontroller12.phar.phpt15 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller21.phar.phpt17 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller13.phar.phpt15 Content-type: text/html; charset=UTF-8
/PHP-5.5/ext/iconv/tests/
H A Diconv_strlen_basic.phpt10 /* Prototype : int iconv_strlen(string str [, string charset])
H A Deucjp2utf8.phpt10 /* charset=EUC-JP */
H A Diconv_mime_decode_headers.phpt32 Content-Type: TEXT/PLAIN; charset=US-ASCII
83 string(28) "TEXT/PLAIN; charset=US-ASCII"
H A Deucjp2sjis.phpt10 /* charset=EUC-JP */
H A Diconv_mime_decode_headers_variation3.phpt2 Test iconv_mime_encode() function : usage variations - Pass different data types to charset arg
10 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
21 // Some of the parameters actually passed to charset will request to use
22 // a default charset determined by the platform. In order for this test to
39 $charset = 'UTF-8';
114 var_dump( iconv_mime_decode_headers($headers, $input, $charset));
H A Diconv_strrpos_basic.phpt10 /* Prototype : proto int iconv_strrpos(string haystack, string needle [, string charset])
/PHP-5.5/ext/mbstring/libmbfl/
H A DDISCLAIMER1 # charset=UTF-8
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_formatOutput.phpt31 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
H A DDOMDocument_saveHTMLFile_basic.phpt29 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>This is the t…
/PHP-5.5/ext/filter/
H A Dphp_filter.h73 #define PHP_INPUT_FILTER_PARAM_DECL zval *value, long flags, zval *option_array, char *charset TSRM…
/PHP-5.5/ext/mbstring/tests/
H A Dbug54494.phpt11 header('Content-Type: text/plain; charset=UTF-32LE');
/PHP-5.5/ext/pdo/tests/
H A Dbug_36798.phpt12 …if (!strpos(strtolower(getenv('PDOTEST_DSN')), 'charset=we8mswin1252')) die('skip expected output …
/PHP-5.5/ext/pdo_oci/
H A Dphp_pdo_oci_int.h38 ub2 charset; member

Completed in 42 milliseconds

12345678910