: $stat): if (! array_key_exists($stat_name, $first_database)) { continue; } if ($stat['format'] === 'byte') { list($value, $unit) = \PMA\libraries\Util::formatByteDown($stat['footer'], 3, 1); } elseif ($stat['format'] === 'number') { $value = \PMA\libraries\Util::formatNumber($stat['footer'], 0); } else { $value = htmlentities($stat['footer'], 0); } ?>