Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/standard/html_tables/
H A Dhtml_table_gen.php127 $encodings = array( variable
182 foreach ($encodings as $e) {
212 $s2tables_idents[$i] = $encodings[$t[0]/5]["ident"];
253 $maxencnum = max(array_map(function($e) { return $e['enumid']; }, $encodings));
255 foreach ($encodings as $e) { $a[$e['enumid']] = $e['ident']; }
286 $encodings = array( variable
325 foreach ($encodings as $e) {
/PHP-5.5/ext/iconv/tests/
H A Diconv_encoding_basic.phpt34 echo "\n--- Altering encodings ---\n";
73 --- Altering encodings ---
H A Diconv_basic.phpt21 //All strings are the same when displayed in their respective encodings
/PHP-5.5/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-5.5/ext/mbstring/tests/
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.phpt23 //All strings are the same when displayed in their respective encodings
H A Dmb_encode_mimeheader_basic2.phpt23 //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_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_strpos.phpt7 // TODO: Add more encodings
H A Dmb_internal_encoding_variation2.phpt2 Test mb_internal_encoding() function : usage variations - Test different encodings
H A Dmb_stripos.phpt10 // TODO: Add more encodings
/PHP-5.5/ext/xmlrpc/
H A Dconfig.w3212 xmlrpc_introspection.c encodings.c system_methods.c xml_to_xmlrpc.c \
H A Dxmlrpc.dsp123 SOURCE=.\libxmlrpc\encodings.c
127 SOURCE=.\libxmlrpc\encodings.h
H A Dconfig.m485 libxmlrpc/xmlrpc_introspection.c libxmlrpc/encodings.c \
/PHP-5.5/ext/mbstring/oniguruma/
H A DREADME11 Supported character encodings:
101 sample/encode.c example of some encodings.
117 regenc.h character encodings framework header file.
121 regenc.c character encodings framework.
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja16 between various Japanese encodings. It will work perfectly fine with
22 For more information on Japanese encodings, please refer to the
28 This package allows you to handle multiple Japanese encodings (SJIS, EUC,
118 - allows you to use various character encodings for script files and
248 o About Japanese encodings
250 Due to historical reason, there are multiple character encodings used
275 Because of having all these character encodings, PHP needs to translate
280 Since Japanese is not the only language with multiple encodings, we
371 encodings, following conditions have to be satisfied in order
477 encodings
[all …]
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch246 -send_mime( httpd_conn* hc, int status, char* title, char* encodings, char* extraheads, char* type,…
316 if ( encodings[0] != '\0' )
319 - "Content-Encoding: %s\r\n", encodings );
322 + smart_str_appends(&s, encodings);
451 + hc->encodings[0] = '\0';
539 - hc->encodings[0] = '\0';
759 hc, 200, ok200title, hc->encodings, "", hc->type, hc->sb.st_size,
769 - hc, 304, err304title, hc->encodings, "", hc->type, hc->sb.st_size,
771 + hc, 304, err304title, hc->encodings, "", hc->type, -1,
797 - hc, 200, ok200title, hc->encodings, "", hc->type, hc->sb.st_size,
[all …]
/PHP-5.5/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 168 milliseconds

12