This file is indexed.

/usr/share/php/tests/Config/test/setup.php.inc is in php-config 1.10.12-4.

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
<?php
set_include_path(dirname(dirname(__FILE__)) . ':' . get_include_path());
require_once 'phpt_test.php.inc';
require_once 'Config.php';
$config = new Config;
$phpt = new PEAR_PHPTest(true);
// install Text_Diff for spectacular results...
?>