Home
last modified time | relevance | path

Searched refs:charset (Results 51 – 75 of 245) sorted by relevance

12345678910

/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities21.phpt2 htmlentities() / htmlspecialchars() ENT_DISALLOWED charset variation
22 function test($flag, $charset) {
29 $a = htmlentities($test, $flag | ENT_DISALLOWED, $charset);
30 $b = htmlspecialchars($test, $flag | ENT_DISALLOWED, $charset);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_set_charset.phpt69 …if (!$res = mysqli_query($link, 'SELECT @@character_set_connection AS charset, @@collation_connect…
73 if (!$character_set_connection = $tmp['charset'])
94 …if (!$res = mysqli_query($link, 'SELECT @@character_set_connection AS charset, @@collation_connect…
98 if ($new_charset !== $tmp['charset'])
99 printf("[015] Character set not changed? Expecting %s, got %s\n", $new_charset, $tmp['charset']);
H A Dmysqli_fetch_fields.phpt41 /* label column, result set charset */
43 printf("[004] Expecting charset %s/%d got %d\n",
44 $charsetInfo->charset,
/PHP-5.5/ext/iconv/tests/
H A Diconv_substr.phpt17 function foo($str, $offset, $len, $charset) {
19 hexdump(iconv_substr($str, $offset, $len, $charset));
H A Dob_iconv_handler-charset-length-cve-2007-4840.phpt2 ob_iconv_handler() charset parameter length checks (CVE-2007-4840)
H A Diconv_mime_decode_headers_variation1.phpt10 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
36 $charset = 'ISO-8859-1';
111 var_dump( iconv_mime_decode_headers($input, $mode, $charset));
H A Diconv_mime_decode_variation2.phpt10 /* Prototype : string iconv_mime_decode(string encoded_string [, int mode, string charset])
24 $charset = 'UTF-8';
99 var_dump( bin2hex(iconv_mime_decode($header, $input, $charset)));
H A Diconv_strlen-charset-length-cve-2007-4840.phpt2 iconv_strlen() charset parameter length checks (CVE-2007-4840)
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_013.phpt87 Content-Type: text/html; charset=UTF-8
95 Content-Type: text/html; charset=UTF-8
103 Content-Type: text/html; charset=UTF-8
/PHP-5.5/tests/basic/
H A D032.phpt6 Content-Type: multipart/form-data; boundary=BVoyv, charset=iso-8859-1
H A D030.phpt6 Content-Type: multipart/form-data; boundary=BVoyv; charset=iso-8859-1
/PHP-5.5/ext/phar/tests/
H A Dfrontcontroller27.phpt14 Content-type: text/plain;charset=UTF-8
H A Dfrontcontroller2.phpt14 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller28.phpt14 Content-type: text/plain;charset=UTF-8
H A Dfrontcontroller31.phpt11 Content-type: text/html; charset=UTF-8
H A Dwithphar_web.phpt14 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller24.phpt14 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller16.phpt14 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller32.phpt11 Content-type: text/html; charset=UTF-8
/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller2.phpt15 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller27.phpt15 Content-type: text/plain;charset=UTF-8
H A Dfrontcontroller28.phpt15 Content-type: text/plain;charset=UTF-8
H A Dfrontcontroller31.phpt12 Content-type: text/html; charset=UTF-8
/PHP-5.5/ext/phar/tests/tar/
H A Dfrontcontroller2.phar.phpt14 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller16.phar.phpt14 Content-type: text/html; charset=UTF-8

Completed in 43 milliseconds

12345678910