This file is indexed.

/usr/share/php/Symfony/Polyfill/autoload.php is in php-symfony-polyfill 1.6.0-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
12
13
14
15
16
17
18
<?php

// require_once 'random_compat/random.php'; (already required by Php70)
// require_once 'Symfony/Component/Intl/autoload.php'; (alredy required by Intl/Icu)

require_once 'Symfony/Polyfill/Apcu/autoload.php';
require_once 'Symfony/Polyfill/Iconv/autoload.php';
require_once 'Symfony/Polyfill/Intl/Grapheme/autoload.php';
require_once 'Symfony/Polyfill/Intl/Icu/autoload.php';
require_once 'Symfony/Polyfill/Intl/Normalizer/autoload.php';
require_once 'Symfony/Polyfill/Mbstring/autoload.php';
require_once 'Symfony/Polyfill/Php54/autoload.php';
require_once 'Symfony/Polyfill/Php55/autoload.php';
require_once 'Symfony/Polyfill/Php56/autoload.php';
require_once 'Symfony/Polyfill/Php70/autoload.php';
require_once 'Symfony/Polyfill/Php71/autoload.php';
require_once 'Symfony/Polyfill/Php72/autoload.php';
// require_once 'Symfony/Polyfill/Util/autoload.php'; (already required by Php56)