This file is indexed.

/usr/share/php/tests/Config/test/bug7652.xml 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
<?xml version="1.0" encoding="ISO-8859-1"?>
<root>
  <tag1 attrib="val" />
  <tag1 attrib="val2" >
    <tag2>hello world </tag2>
  </tag1>
  <tag1 attrib="val23" />
</root>