This file is indexed.

/usr/share/doc/php-cache-lite/tests/cache_lite_function_base.inc is in php-cache-lite 1.7.4-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
<?php

error_reporting(E_ALL);
require_once('Cache/Lite/Function.php');

?>