This file is indexed.

/usr/share/doc/drupal7-mod-libraries/tests/example/example_2.php is in drupal7-mod-libraries 2.1-3.

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
 7
 8
 9
10
11
12
<?php

/**
 * @file
 * Test PHP file for Libraries loading.
 */

/**
 * Dummy function to see if this file was loaded.
 */
function _libraries_test_example_2() {
}