Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/html_tables/
H A Dhtml_table_gen.php194 $mappy = array(); variable
195 foreach ($map as $v) { $mappy[hexdec($v[0])] = hexdec($v[1]); }
202 $mstable[$i][$j] = isset($mappy[$cp]) ? $mappy[$cp] : NULL;
337 $mappy = array(); variable
340 $mappy[hexdec($v[1])] = array(hexdec($v[0]), strtolower($v[2]));
342 ksort($mappy);
347 foreach ($mappy as $k => $v) {

Completed in 5 milliseconds