Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/html_tables/
H A Dhtml_table_gen.php193 $mappy = array(); variable
194 foreach ($map as $v) { $mappy[hexdec($v[0])] = hexdec($v[1]); }
201 $mstable[$i][$j] = isset($mappy[$cp]) ? $mappy[$cp] : NULL;
336 $mappy = array(); variable
339 $mappy[hexdec($v[1])] = array(hexdec($v[0]), strtolower($v[2]));
341 ksort($mappy);
346 foreach ($mappy as $k => $v) {

Completed in 9 milliseconds