Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/mbstring/tests/
H A Dbug79154.phpt18 $encodings = [$utf8encoding];
19 var_dump($encodings);
20 mb_convert_encoding('foo', 'UTF-8', $encodings);
21 var_dump($encodings);
H A Dmb_strcut.phpt9 // TODO: Add more encodings
H A Dmb_substr.phpt10 // TODO: Add more encodings
H A Dmb_convert_encoding_stateful.phpt2 mb_convert_encoding() with stateful encodings
H A Dmb_strlen.phpt9 // TODO: Add more encodings
H A Dmb_encode_mimeheader_basic3.phpt22 //All strings are the same when displayed in their respective encodings
H A Dmb_encode_mimeheader_basic2.phpt22 //All strings are the same when displayed in their respective encodings
H A Dmb_convert_encoding_basic.phpt21 //All strings are the same when displayed in their respective encodings
H A Dmb_convert_encoding_array.phpt21 //All strings are the same when displayed in their respective encodings
H A Dmb_strlen_variation3.phpt2 Test mb_strlen() function : usage variations - Pass list of encodings
16 * Pass all encodings listed on php.net to mb_strlen to test that function recognises them
H A Dmb_substr_variation3.phpt2 Test mb_substr() function : usage variations - test different encodings
16 * Pass all encodings listed on php.net to test that function recognises them.
H A Dmb_convert_encoding_array2.phpt21 //All strings are the same when displayed in their respective encodings
/PHP-7.3/ext/iconv/tests/
H A Diconv_default_charset.phpt30 echo "\n--- Altering encodings ---\n";
43 echo "\n--- Altering encodings ---\n";
66 --- Altering encodings ---
H A Diconv_encoding_basic.phpt35 echo "\n--- Altering encodings ---\n";
74 --- Altering encodings ---
H A Diconv_basic.phpt21 //All strings are the same when displayed in their respective encodings
/PHP-7.3/ext/standard/html_tables/
H A Dhtml_table_gen.php125 $encodings = array( variable
180 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( variable
323 foreach ($encodings as $e) {
/PHP-7.3/ext/imap/tests/
H A Dbug80216.phpt2 Bug #80216 (imap_mail_compose() does not validate types/encodings)
/PHP-7.3/ext/standard/tests/strings/
H A Dhtmlentities13.phpt16 …ntities(): Only basic entities substitution is supported for multi-byte encodings other than UTF-8…
H A Dhtmlentities14.phpt16 …ntities(): Only basic entities substitution is supported for multi-byte encodings other than UTF-8…
H A Dhtmlentities04.phpt20 …ntities(): Only basic entities substitution is supported for multi-byte encodings other than UTF-8…
/PHP-7.3/ext/xmlrpc/
H A Dconfig.w3213 xmlrpc_introspection.c encodings.c system_methods.c xml_to_xmlrpc.c \
H A Dconfig.m483 libxmlrpc/xmlrpc_introspection.c libxmlrpc/encodings.c \
/PHP-7.3/ext/mbstring/oniguruma/
H A DREADME29 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.
H A DREADME.md16 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 |
/PHP-7.3/ext/standard/html_tables/mappings/
H A DROMAN.TXT57 # For general information about Mac OS encodings and these mapping
95 # Turkish, Romanian, and other encodings. Separate mapping tables
96 # are available for these encodings.
112 # In all Mac OS encodings, fonts such as Chicago which are used

Completed in 53 milliseconds

12