Searched refs:encodings (Results 1 - 2 of 2) sorted by relevance

/PHP_TRUNK/ext/standard/html_tables/
H A Dhtml_table_gen.php105 * The multi-byte encodings are not supported */
114 /* bits 7-8 bits (only single bytes encodings supported )*/
124 $encodings = array( variable
179 foreach ($encodings as $e) {
209 $s2tables_idents[$i] = $encodings[$t[0]/5]["ident"];
250 $maxencnum = max(array_map(function($e) { return $e['enumid']; }, $encodings));
252 foreach ($encodings as $e) { $a[$e['enumid']] = $e['ident']; }
275 unsigned char cs_code; /* currently, we only have maps to single-byte encodings */
283 $encodings = array( variable
322 foreach ($encodings a
[all...]
/PHP_TRUNK/ext/mbstring/
H A Dmbstring.c662 * of parsed encodings.
781 * of parsed encodings.
3258 Returns an array of all supported entity encodings */
3261 const mbfl_encoding **encodings; local
3267 encodings = mbfl_get_supported_encodings();
3268 while ((encoding = encodings[i++]) != NULL) {

Completed in 9 milliseconds