This file is indexed.

/usr/share/php/Symfony/Component/HttpFoundation/autoload.php is in php-symfony-http-foundation 3.4.6+dfsg-1.

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
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?php
// require:
require_once 'Symfony/Polyfill/Mbstring/autoload.php';
require_once 'Symfony/Polyfill/Php70/autoload.php';

// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
    function($class) {
        static $classes = null;
        if ($classes === null) {
            $classes = array(
                'symfony\\component\\httpfoundation\\acceptheader' => '/AcceptHeader.php',
                'symfony\\component\\httpfoundation\\acceptheaderitem' => '/AcceptHeaderItem.php',
                'symfony\\component\\httpfoundation\\apacherequest' => '/ApacheRequest.php',
                'symfony\\component\\httpfoundation\\binaryfileresponse' => '/BinaryFileResponse.php',
                'symfony\\component\\httpfoundation\\cookie' => '/Cookie.php',
                'symfony\\component\\httpfoundation\\exception\\conflictingheadersexception' => '/Exception/ConflictingHeadersException.php',
                'symfony\\component\\httpfoundation\\exception\\requestexceptioninterface' => '/Exception/RequestExceptionInterface.php',
                'symfony\\component\\httpfoundation\\exception\\suspiciousoperationexception' => '/Exception/SuspiciousOperationException.php',
                'symfony\\component\\httpfoundation\\expressionrequestmatcher' => '/ExpressionRequestMatcher.php',
                'symfony\\component\\httpfoundation\\file\\exception\\accessdeniedexception' => '/File/Exception/AccessDeniedException.php',
                'symfony\\component\\httpfoundation\\file\\exception\\fileexception' => '/File/Exception/FileException.php',
                'symfony\\component\\httpfoundation\\file\\exception\\filenotfoundexception' => '/File/Exception/FileNotFoundException.php',
                'symfony\\component\\httpfoundation\\file\\exception\\unexpectedtypeexception' => '/File/Exception/UnexpectedTypeException.php',
                'symfony\\component\\httpfoundation\\file\\exception\\uploadexception' => '/File/Exception/UploadException.php',
                'symfony\\component\\httpfoundation\\file\\file' => '/File/File.php',
                'symfony\\component\\httpfoundation\\file\\mimetype\\extensionguesser' => '/File/MimeType/ExtensionGuesser.php',
                'symfony\\component\\httpfoundation\\file\\mimetype\\extensionguesserinterface' => '/File/MimeType/ExtensionGuesserInterface.php',
                'symfony\\component\\httpfoundation\\file\\mimetype\\filebinarymimetypeguesser' => '/File/MimeType/FileBinaryMimeTypeGuesser.php',
                'symfony\\component\\httpfoundation\\file\\mimetype\\fileinfomimetypeguesser' => '/File/MimeType/FileinfoMimeTypeGuesser.php',
                'symfony\\component\\httpfoundation\\file\\mimetype\\mimetypeextensionguesser' => '/File/MimeType/MimeTypeExtensionGuesser.php',
                'symfony\\component\\httpfoundation\\file\\mimetype\\mimetypeguesser' => '/File/MimeType/MimeTypeGuesser.php',
                'symfony\\component\\httpfoundation\\file\\mimetype\\mimetypeguesserinterface' => '/File/MimeType/MimeTypeGuesserInterface.php',
                'symfony\\component\\httpfoundation\\file\\stream' => '/File/Stream.php',
                'symfony\\component\\httpfoundation\\file\\uploadedfile' => '/File/UploadedFile.php',
                'symfony\\component\\httpfoundation\\filebag' => '/FileBag.php',
                'symfony\\component\\httpfoundation\\headerbag' => '/HeaderBag.php',
                'symfony\\component\\httpfoundation\\iputils' => '/IpUtils.php',
                'symfony\\component\\httpfoundation\\jsonresponse' => '/JsonResponse.php',
                'symfony\\component\\httpfoundation\\parameterbag' => '/ParameterBag.php',
                'symfony\\component\\httpfoundation\\redirectresponse' => '/RedirectResponse.php',
                'symfony\\component\\httpfoundation\\request' => '/Request.php',
                'symfony\\component\\httpfoundation\\requestmatcher' => '/RequestMatcher.php',
                'symfony\\component\\httpfoundation\\requestmatcherinterface' => '/RequestMatcherInterface.php',
                'symfony\\component\\httpfoundation\\requeststack' => '/RequestStack.php',
                'symfony\\component\\httpfoundation\\response' => '/Response.php',
                'symfony\\component\\httpfoundation\\responseheaderbag' => '/ResponseHeaderBag.php',
                'symfony\\component\\httpfoundation\\serverbag' => '/ServerBag.php',
                'symfony\\component\\httpfoundation\\session\\attribute\\attributebag' => '/Session/Attribute/AttributeBag.php',
                'symfony\\component\\httpfoundation\\session\\attribute\\attributebaginterface' => '/Session/Attribute/AttributeBagInterface.php',
                'symfony\\component\\httpfoundation\\session\\attribute\\namespacedattributebag' => '/Session/Attribute/NamespacedAttributeBag.php',
                'symfony\\component\\httpfoundation\\session\\flash\\autoexpireflashbag' => '/Session/Flash/AutoExpireFlashBag.php',
                'symfony\\component\\httpfoundation\\session\\flash\\flashbag' => '/Session/Flash/FlashBag.php',
                'symfony\\component\\httpfoundation\\session\\flash\\flashbaginterface' => '/Session/Flash/FlashBagInterface.php',
                'symfony\\component\\httpfoundation\\session\\session' => '/Session/Session.php',
                'symfony\\component\\httpfoundation\\session\\sessionbaginterface' => '/Session/SessionBagInterface.php',
                'symfony\\component\\httpfoundation\\session\\sessionbagproxy' => '/Session/SessionBagProxy.php',
                'symfony\\component\\httpfoundation\\session\\sessioninterface' => '/Session/SessionInterface.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\abstractsessionhandler' => '/Session/Storage/Handler/AbstractSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\memcachedsessionhandler' => '/Session/Storage/Handler/MemcachedSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\memcachesessionhandler' => '/Session/Storage/Handler/MemcacheSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\mongodbsessionhandler' => '/Session/Storage/Handler/MongoDbSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\nativefilesessionhandler' => '/Session/Storage/Handler/NativeFileSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\nativesessionhandler' => '/Session/Storage/Handler/NativeSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\nullsessionhandler' => '/Session/Storage/Handler/NullSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\pdosessionhandler' => '/Session/Storage/Handler/PdoSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\strictsessionhandler' => '/Session/Storage/Handler/StrictSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\writechecksessionhandler' => '/Session/Storage/Handler/WriteCheckSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\metadatabag' => '/Session/Storage/MetadataBag.php',
                'symfony\\component\\httpfoundation\\session\\storage\\mockarraysessionstorage' => '/Session/Storage/MockArraySessionStorage.php',
                'symfony\\component\\httpfoundation\\session\\storage\\mockfilesessionstorage' => '/Session/Storage/MockFileSessionStorage.php',
                'symfony\\component\\httpfoundation\\session\\storage\\nativesessionstorage' => '/Session/Storage/NativeSessionStorage.php',
                'symfony\\component\\httpfoundation\\session\\storage\\phpbridgesessionstorage' => '/Session/Storage/PhpBridgeSessionStorage.php',
                'symfony\\component\\httpfoundation\\session\\storage\\proxy\\abstractproxy' => '/Session/Storage/Proxy/AbstractProxy.php',
                'symfony\\component\\httpfoundation\\session\\storage\\proxy\\nativeproxy' => '/Session/Storage/Proxy/NativeProxy.php',
                'symfony\\component\\httpfoundation\\session\\storage\\proxy\\sessionhandlerproxy' => '/Session/Storage/Proxy/SessionHandlerProxy.php',
                'symfony\\component\\httpfoundation\\session\\storage\\sessionstorageinterface' => '/Session/Storage/SessionStorageInterface.php',
                'symfony\\component\\httpfoundation\\streamedresponse' => '/StreamedResponse.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn]) and file_exists(__DIR__ . $classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    }
);
// @codeCoverageIgnoreEnd