Searched refs:encodings (Results 1 – 25 of 55) sorted by relevance
123
136 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 …]
31 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 …]
256 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 …]
17 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
15 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
16 $encodings = [$utf8encoding];17 var_dump($encodings);18 mb_convert_encoding('foo', 'UTF-8', $encodings);19 var_dump($encodings);
7 // The existing behavior of mb_strcut is wrong for these encodings, when they add an extra closing15 $encodings = [23 foreach($encodings as $encoding) {34 foreach($encodings as $encoding) {45 foreach($encodings as $encoding) {56 foreach($encodings as $encoding) {67 foreach($encodings as $encoding) {76 foreach($encodings as $encoding) {
7 $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) {
23 mb_detect_encoding(): Argument #2 ($encodings) must specify at least one encoding24 mb_detect_encoding(): Argument #2 ($encodings) must specify at least one encoding
2 mb_str_split() tests for more text encodings
2 GH-9008 (mb_detect_encoding(): wrong results with null $encodings)
2 Bug #79149 (SEGV in mb_convert_encoding with non-string encodings)
2 Test of oddball text encodings which are not tested elsewhere
2 mb_parse_str() with multiple candidate encodings
2 mb_check_encoding() with invalid encodings
37 $encodings = [45 echo mb_detect_encoding($test, $encodings), "\n";96 function test($strings, $encodings) {98 foreach ($encodings as $encoding) {100 $detected = mb_detect_encoding($converted, $encodings);344 mb_detect_encoding(): Argument #2 ($encodings) contains invalid encoding "BAD"
2 mb_convert_encoding() with stateful encodings
27 echo "\n--- Altering encodings ---\n";40 echo "\n--- Altering encodings ---\n";63 --- Altering encodings ---
25 echo "\n--- Altering encodings ---\n";64 --- Altering encodings ---
13 //All strings are the same when displayed in their respective encodings
122 $encodings = array( variable177 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( variable320 foreach ($encodings as $e) {
2 Bug #80216 (imap_mail_compose() does not validate types/encodings)
12 /* Non-canonical field encodings */53 // First 16 lines of output: non-canonical encodings are rejected
Completed in 55 milliseconds