This file is indexed.

/usr/share/php/tests/PHP_Compat/tests/function/convert_uudecode.phpt is in php-compat 1.6.0a3-2.

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
--TEST--
Function -- convert_uudecode
--FILE--
<?php
require_once 'PHP/Compat/Function/convert_uudecode.php';

$string = base64_decode('NTUmQUk8UiFJPFIhQSgnLUk7NyFMOTIhVDk3LVQKYAo=');
echo php_compat_convert_uudecode($string);
?>
--EXPECT--
This is a simple test