Home
last modified time | relevance | path

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

12345678910>>...12

/php-src/ext/iconv/tests/
H A Diconv_strlen.phpt7 function foo($str, $charset) {
9 var_dump(iconv_strlen($str, $charset));
H A Dbug53891.phpt9 'input-charset' => 'utf-8',
10 'output-charset' => 'utf-8',
H A Dbug66828.phpt8 "input-charset" => "ISO-8859-1",
9 "output-charset" => "UTF-8",
H A Dbug48289.phpt10 'input-charset' => 'UTF-8',
11 'output-charset' => 'UTF-8',
/php-src/sapi/cli/tests/
H A Dbug43177.phpt62 Content-type: text/html; charset=UTF-8
70 Content-type: text/html; charset=UTF-8
77 Content-type: text/html; charset=UTF-8
84 Content-type: text/html; charset=UTF-8
H A Dbug61977.phpt43 foo.html => Content-Type: text/html; charset=UTF-8
44 foo.htm => Content-Type: text/html; charset=UTF-8
46 foo.css => Content-Type: text/css; charset=UTF-8
H A Dbug70470.phpt19 fwrite($fp, "-Type: text/html; charset=UTF-8\r\n");
36 string(24) "text/html; charset=UTF-8"
H A Dphp_cli_server_008.phpt51 Content-type: text/html; charset=UTF-8
59 Content-type: text/html; charset=UTF-8
/php-src/sapi/cgi/tests/
H A Dbug81518a.phpt8 "text/html;charset=ISO-8859-1\r\nContent-Length: 31\r\n\r\n" .
13 Content-type: text/html; charset=UTF-8
H A D010.phpt43 Content-type: text/html; charset=UTF-8
47 Content-type: text/html; charset=UTF-8
51 Content-type: text/html; charset=UTF-8
H A D003.phpt50 Content-type: text/html%r; charset=.*|%r
58 Content-type: text/html%r; charset=.*|%r
63 Content-type: text/html%r; charset=.*|%r
H A Dapache_response_headers.phpt19 header( "Content-type: text/html; charset=UTF-8" );
45 string(24) "text/html; charset=UTF-8"
/php-src/ext/dom/tests/
H A Dbug69679.phpt8 $html = "<!DOCTYPE html><html><head><meta charset='UTF-8'></head><body>U+0000 <span>\x0</span></bod…
14 <html><head><meta charset="UTF-8"></head><body>U+0000 <span></span></body></html>
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-src/ext/iconv/
H A Diconv.c1792 const char *charset = NULL; in PHP_FUNCTION() local
1805 if (charset == NULL) { in PHP_FUNCTION()
1825 const char *charset = NULL; in PHP_FUNCTION() local
1841 if (charset == NULL) { in PHP_FUNCTION()
1866 const char *charset = NULL; in PHP_FUNCTION() local
1882 if (charset == NULL) { in PHP_FUNCTION()
1924 const char *charset = NULL; in PHP_FUNCTION() local
1943 if (charset == NULL) { in PHP_FUNCTION()
2079 if (charset == NULL) { in PHP_FUNCTION()
2116 if (charset == NULL) { in PHP_FUNCTION()
[all …]
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_override_encoding_incompatible_charset.phpt2 DOM\HTMLDocument: overrideEncoding with incompatible charset
16 <meta charset="iso-8859-1">
H A DHTMLDocument_createFromFile_override_encoding.phpt17 var_dump($dom->charset);
22 var_dump($dom->charset);
H A DHTMLDocument_createFromString_override_encoding.phpt17 var_dump($dom->charset);
22 var_dump($dom->charset);
/php-src/ext/libxml/tests/
H A Dbug51903.phpt15 . "Content-Type: text/xml; charset=ISO-8859-1\r\n\r\n"
19 . "Content-Type: text/xml; charset=ISO-8859-1; foo=bar\r\n\r\n"
23 . "Content-Type: text/xml; charset=\"ISO-8859-1\" ; foo=bar\r\n\r\n"
/php-src/ext/fileinfo/tests/
H A Dbug57547.phpt22 string(28) "text/x-php; charset=us-ascii"
23 string(28) "text/x-php; charset=us-ascii"
H A Dfinfo_file_basic.phpt25 string(28) "text/x-php; charset=us-ascii"
27 string(29) "text/x-file; charset=us-ascii"
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt189 // MySQL Server 4.1 - charset support available
198 $charset = PDO_MYSQL_TEST_CHARSET;
204 $stmt = $db->query(sprintf('SHOW CHARACTER SET LIKE "%s"', $charset));
209 … $dsn = MySQLPDOTest::getDSN(array('charset' => $charset), 'charset=' . $invalid_charset);
220 … $dsn = MySQLPDOTest::getDSN(array('charset' => $invalid_charset), 'charset=' . $charset);
226 if ($tmp['_charset'] != $charset)
228 $tmp['_charset'], $charset);
233 …("[030] You're trying to run the tests with charset '%s' which seems not supported by the server!"…
240 // we do another test to verify that the charset has been set.
253 $dsn = MySQLPDOTest::getDSN(array('charset' => 'latin1'));
[all …]
/php-src/ext/session/tests/
H A D018.phpt24 <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php>
29 <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php><input type="hidden" name="PHPSESSID"…
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_normal_no_error.phpt13 <meta charset="utf-8">
30 <meta charset="utf-8">
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_createFromFile_override_encoding.phpt17 var_dump($dom->charset);
22 var_dump($dom->charset);

Completed in 32 milliseconds

12345678910>>...12