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