Searched refs:encodings (Results 1 – 25 of 42) sorted by relevance
12
18 $encodings = [$utf8encoding];19 var_dump($encodings);20 mb_convert_encoding('foo', 'UTF-8', $encodings);21 var_dump($encodings);
9 // TODO: Add more encodings
10 // TODO: Add more encodings
2 mb_convert_encoding() with stateful encodings
22 //All strings are the same when displayed in their respective encodings
21 //All strings are the same when displayed in their respective encodings
2 Test mb_strlen() function : usage variations - Pass list of encodings16 * Pass all encodings listed on php.net to mb_strlen to test that function recognises them
2 Test mb_substr() function : usage variations - test different encodings16 * Pass all encodings listed on php.net to test that function recognises them.
30 echo "\n--- Altering encodings ---\n";43 echo "\n--- Altering encodings ---\n";66 --- Altering encodings ---
35 echo "\n--- Altering encodings ---\n";74 --- Altering encodings ---
125 $encodings = array( variable180 foreach ($encodings as $e) {210 $s2tables_idents[$i] = $encodings[$t[0]/5]["ident"];251 $maxencnum = max(array_map(function($e) { return $e['enumid']; }, $encodings));253 foreach ($encodings as $e) { $a[$e['enumid']] = $e['ident']; }284 $encodings = array( variable323 foreach ($encodings as $e) {
2 Bug #80216 (imap_mail_compose() does not validate types/encodings)
16 …ntities(): Only basic entities substitution is supported for multi-byte encodings other than UTF-8…
20 …ntities(): Only basic entities substitution is supported for multi-byte encodings other than UTF-8…
13 xmlrpc_introspection.c encodings.c system_methods.c xml_to_xmlrpc.c \
83 libxmlrpc/xmlrpc_introspection.c libxmlrpc/encodings.c \
29 Supported character encodings:118 sample/encode.c example of some encodings.135 regenc.h character encodings framework header file.139 regenc.c character encodings framework.
16 Supported character encodings:35 * Fixed CVE-2019-19203 (Does not affect UTF-8, UTF-16 and UTF-32 encodings)259 |sample/encode.c |example of some encodings |286 |regenc.h |character encodings framework header file |290 |regenc.c |character encodings framework |
57 # For general information about Mac OS encodings and these mapping95 # Turkish, Romanian, and other encodings. Separate mapping tables96 # are available for these encodings.112 # In all Mac OS encodings, fonts such as Chicago which are used
Completed in 33 milliseconds