Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/html_tables/
H A Dhtml_table_gen.php191 $mappy = array(); variable
192 foreach ($map as $v) { $mappy[hexdec($v[0])] = hexdec($v[1]); }
199 $mstable[$i][$j] = isset($mappy[$cp]) ? $mappy[$cp] : NULL;
334 $mappy = array(); variable
337 $mappy[hexdec($v[1])] = array(hexdec($v[0]), strtolower($v[2]));
339 ksort($mappy);
344 foreach ($mappy as $k => $v) {

Completed in 4 milliseconds