Home
last modified time | relevance | path

Searched refs:encodings (Results 1 – 25 of 57) sorted by relevance

123

/php-src/ext/standard/tests/strings/
H A Dhtmlentities21.phpt136 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
139 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
142 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
145 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
148 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
151 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
154 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
157 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
160 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
163 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
[all …]
H A Dhtmlentities23.phpt31 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
38 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
45 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
52 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
59 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
66 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
73 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
80 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
87 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
94 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
[all …]
H A Dhtmlentities22.phpt256 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
259 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
262 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
265 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
268 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
271 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
274 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
277 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
280 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
283 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
[all …]
H A Dhtmlentities09.phpt17 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
H A Dhtmlentities08.phpt17 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
H A Dhtmlentities13.phpt15 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
H A Dhtmlentities14.phpt15 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
/php-src/ext/mbstring/tests/
H A Dbug79154.phpt16 $encodings = [$utf8encoding];
17 var_dump($encodings);
18 mb_convert_encoding('foo', 'UTF-8', $encodings);
19 var_dump($encodings);
H A Dgh9535b.phpt2 Test output of mb_strcut for text encodings which use escape sequences
8 $encodings = [
16 foreach($encodings as $encoding) {
27 foreach($encodings as $encoding) {
38 foreach($encodings as $encoding) {
49 foreach($encodings as $encoding) {
60 foreach($encodings as $encoding) {
69 foreach($encodings as $encoding) {
H A Dgh9535.phpt7 $encodings = [
25 foreach($encodings as $encoding) {
36 foreach($encodings as $encoding) {
47 foreach($encodings as $encoding) {
60 foreach($encodings as $encoding) {
72 foreach($encodings as $encoding) {
81 foreach($encodings as $encoding) {
H A Dmb_detect_encoding_empty_encoding_list.phpt23 mb_detect_encoding(): Argument #2 ($encodings) must specify at least one encoding
24 mb_detect_encoding(): Argument #2 ($encodings) must specify at least one encoding
H A Dbug49536.phpt16 // Strict mode with multiple candidate encodings
17 // This input string is invalid in ALL the candidate encodings:
H A Dgh9008.phpt2 GH-9008 (mb_detect_encoding(): wrong results with null $encodings)
H A Dmb_http_input_multi_post.phpt2 mb_http_input() with POST method and multiple candidate encodings
H A Dbug79149.phpt2 Bug #79149 (SEGV in mb_convert_encoding with non-string encodings)
H A Dother_encodings.phpt2 Test of oddball text encodings which are not tested elsewhere
H A Dmb_substr_count.phpt34 print "== Try searching using various encodings ==\n";
78 == Try searching using various encodings ==
H A Dmb_check_encoding_invalid_encodings.phpt2 mb_check_encoding() with invalid encodings
H A Dmb_parse_str_multi.phpt2 mb_parse_str() with multiple candidate encodings
H A Dmb_convert_encoding_stateful.phpt2 mb_convert_encoding() with stateful encodings
H A Dmb_detect_encoding.phpt53 $encodings = [
61 echo mb_detect_encoding($test, $encodings), "\n";
118 // different text encodings
155 function testCheckFn($str, $encoding, $encodings) {
158 if (mb_detect_encoding($str, $encodings, true) === $encoding)
166 function test($strings, $encodings) {
168 foreach ($encodings as $encoding) {
170 $detected = mb_detect_encoding($converted, $encodings);
453 mb_detect_encoding(): Argument #2 ($encodings) contains invalid encoding "BAD"
/php-src/ext/iconv/tests/
H A Diconv_default_charset.phpt27 echo "\n--- Altering encodings ---\n";
40 echo "\n--- Altering encodings ---\n";
63 --- Altering encodings ---
H A Diconv_encoding_basic.phpt25 echo "\n--- Altering encodings ---\n";
64 --- Altering encodings ---
/php-src/ext/standard/html_tables/
H A Dhtml_table_gen.php122 $encodings = array( variable
177 foreach ($encodings as $e) {
207 $s2tables_idents[$i] = $encodings[$t[0]/5]["ident"];
248 $maxencnum = max(array_map(function($e) { return $e['enumid']; }, $encodings));
250 foreach ($encodings as $e) { $a[$e['enumid']] = $e['ident']; }
281 $encodings = array( variable
320 foreach ($encodings as $e) {
/php-src/ext/sodium/tests/
H A Dcrypto_core_ristretto255.phpt12 /* Non-canonical field encodings */
53 // First 16 lines of output: non-canonical encodings are rejected

Completed in 75 milliseconds

123