Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/html_tables/
H A Dhtml_table_gen.php192 $mappy = array(); variable
193 foreach ($map as $v) { $mappy[hexdec($v[0])] = hexdec($v[1]); }
200 $mstable[$i][$j] = isset($mappy[$cp]) ? $mappy[$cp] : NULL;
335 $mappy = array(); variable
338 $mappy[hexdec($v[1])] = array(hexdec($v[0]), strtolower($v[2]));
340 ksort($mappy);
345 foreach ($mappy as $k => $v) {

Completed in 6 milliseconds