Home
last modified time | relevance | path

Searched refs:mappy (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/standard/html_tables/
H A Dhtml_table_gen.php189 $mappy = array(); variable
190 foreach ($map as $v) { $mappy[hexdec($v[0])] = hexdec($v[1]); }
197 $mstable[$i][$j] = isset($mappy[$cp]) ? $mappy[$cp] : NULL;
332 $mappy = array(); variable
335 $mappy[hexdec($v[1])] = array(hexdec($v[0]), strtolower($v[2]));
337 ksort($mappy);
342 foreach ($mappy as $k => $v) {

Completed in 10 milliseconds