TR; if ($isphp) { echo th(N_("entry.id")) ; } else { echo th(N_("entry.remove")) ; } echo th(N_("entry.name")) , th(N_("entry.hits")) , th(N_("entry.size")) ; if ($isphp) { echo th(N_("entry.refcount")) , th(N_("entry.phprefcount")) , th(N_("entry.class_cnt")) , th(N_("entry.function_cnt")) , th(N_("entry.file_size")) , th(N_("entry.file_mtime")) ; echo th(N_("entry.file_device")) , th(N_("entry.file_inode")) ; } echo th(N_("entry.hash")) , th(N_("entry.atime")) , th(N_("entry.ctime")) ; if ($listName == 'Deleted') { echo th(N_("entry.delete")) ; } ?> $entry) { $class = $cycleClass->next(); echo << TR; $hits = number_format($entry['hits']); $size = size($entry['size']); if ($isphp) { $class_cnt = number_format($entry['class_cnt']); $function_cnt = number_format($entry['function_cnt']); $phprefcount = number_format($entry['phprefcount']); $file_size = size($entry['file_size']); } if ($isphp) { $file_mtime = age($entry['file_mtime']); } $ctime = age($entry['ctime']); $atime = age($entry['atime']); if ($listName == 'Deleted') { $dtime = age($entry['dtime']); } if ($isphp) { $hname = htmlspecialchars($entry['name']); $namelink = $hname; echo <<{$entry['cache_name']} {$i} ENTRY; } else { $name = $entry['name']; if (!empty($config['enable_eval'])) { $name = var_export($name, true); } $uname = urlencode($name); $hname = htmlspecialchars(str_replace("\0", "\\0", $entry['name'])); echo << ENTRY; $namelink = "$hname"; } echo <<{$namelink} ENTRY; if ($isphp) { $refcount = number_format($entry['refcount']); echo <<{$entry['refcount']} ENTRY; if (isset($entry['file_inode'])) { echo <<{$entry['file_device']} ENTRY; } } echo <<{$entry['hvalue']} ENTRY; if ($listName == 'Deleted') { echo <<{$dtime} ENTRY; } echo << TR; } ?>
{$entry['hits']} {$size}{$phprefcount} {$class_cnt} {$function_cnt} {$file_size} {$file_mtime}{$entry['file_inode']}{$atime} {$ctime}
">