This file is indexed.

/usr/share/php/Symfony/Component/HttpFoundation/autoload.php is in php-symfony-http-foundation 2.7.10-0ubuntu2.

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
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?php

// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
    function($class) {
        static $classes = null;
        if ($classes === null) {
            $classes = array(
                'sessionhandlerinterface' => '/Resources/stubs/SessionHandlerInterface.php',
                '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\\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\\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\\sessioninterface' => '/Session/SessionInterface.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\legacypdosessionhandler' => '/Session/Storage/Handler/LegacyPdoSessionHandler.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\\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',
                'symfony\\component\\httpfoundation\\tests\\acceptheaderitemtest' => '/Tests/AcceptHeaderItemTest.php',
                'symfony\\component\\httpfoundation\\tests\\acceptheadertest' => '/Tests/AcceptHeaderTest.php',
                'symfony\\component\\httpfoundation\\tests\\apacherequesttest' => '/Tests/ApacheRequestTest.php',
                'symfony\\component\\httpfoundation\\tests\\binaryfileresponsetest' => '/Tests/BinaryFileResponseTest.php',
                'symfony\\component\\httpfoundation\\tests\\cookietest' => '/Tests/CookieTest.php',
                'symfony\\component\\httpfoundation\\tests\\expressionrequestmatchertest' => '/Tests/ExpressionRequestMatcherTest.php',
                'symfony\\component\\httpfoundation\\tests\\file\\fakefile' => '/Tests/File/FakeFile.php',
                'symfony\\component\\httpfoundation\\tests\\file\\filetest' => '/Tests/File/FileTest.php',
                'symfony\\component\\httpfoundation\\tests\\file\\mimetype\\mimetypetest' => '/Tests/File/MimeType/MimeTypeTest.php',
                'symfony\\component\\httpfoundation\\tests\\file\\uploadedfiletest' => '/Tests/File/UploadedFileTest.php',
                'symfony\\component\\httpfoundation\\tests\\filebagtest' => '/Tests/FileBagTest.php',
                'symfony\\component\\httpfoundation\\tests\\headerbagtest' => '/Tests/HeaderBagTest.php',
                'symfony\\component\\httpfoundation\\tests\\iputilstest' => '/Tests/IpUtilsTest.php',
                'symfony\\component\\httpfoundation\\tests\\jsonresponsetest' => '/Tests/JsonResponseTest.php',
                'symfony\\component\\httpfoundation\\tests\\jsonserializableobject' => '/Tests/JsonResponseTest.php',
                'symfony\\component\\httpfoundation\\tests\\newrequest' => '/Tests/RequestTest.php',
                'symfony\\component\\httpfoundation\\tests\\parameterbagtest' => '/Tests/ParameterBagTest.php',
                'symfony\\component\\httpfoundation\\tests\\redirectresponsetest' => '/Tests/RedirectResponseTest.php',
                'symfony\\component\\httpfoundation\\tests\\requestcontentproxy' => '/Tests/RequestTest.php',
                'symfony\\component\\httpfoundation\\tests\\requestmatchertest' => '/Tests/RequestMatcherTest.php',
                'symfony\\component\\httpfoundation\\tests\\requeststacktest' => '/Tests/RequestStackTest.php',
                'symfony\\component\\httpfoundation\\tests\\requesttest' => '/Tests/RequestTest.php',
                'symfony\\component\\httpfoundation\\tests\\responseheaderbagtest' => '/Tests/ResponseHeaderBagTest.php',
                'symfony\\component\\httpfoundation\\tests\\responsetest' => '/Tests/ResponseTest.php',
                'symfony\\component\\httpfoundation\\tests\\responsetestcase' => '/Tests/ResponseTestCase.php',
                'symfony\\component\\httpfoundation\\tests\\serverbagtest' => '/Tests/ServerBagTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\attribute\\attributebagtest' => '/Tests/Session/Attribute/AttributeBagTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\attribute\\namespacedattributebagtest' => '/Tests/Session/Attribute/NamespacedAttributeBagTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\flash\\autoexpireflashbagtest' => '/Tests/Session/Flash/AutoExpireFlashBagTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\flash\\flashbagtest' => '/Tests/Session/Flash/FlashBagTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\sessiontest' => '/Tests/Session/SessionTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\handler\\legacypdosessionhandlertest' => '/Tests/Session/Storage/Handler/LegacyPdoSessionHandlerTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\handler\\memcachedsessionhandlertest' => '/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\handler\\memcachesessionhandlertest' => '/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\handler\\mockpdo' => '/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\handler\\mongodbsessionhandlertest' => '/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\handler\\nativefilesessionhandlertest' => '/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\handler\\nativesessionhandlertest' => '/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\handler\\nullsessionhandlertest' => '/Tests/Session/Storage/Handler/NullSessionHandlerTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\handler\\pdosessionhandlertest' => '/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\handler\\writechecksessionhandlertest' => '/Tests/Session/Storage/Handler/WriteCheckSessionHandlerTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\metadatabagtest' => '/Tests/Session/Storage/MetadataBagTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\mockarraysessionstoragetest' => '/Tests/Session/Storage/MockArraySessionStorageTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\mockfilesessionstoragetest' => '/Tests/Session/Storage/MockFileSessionStorageTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\nativesessionstoragetest' => '/Tests/Session/Storage/NativeSessionStorageTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\phpbridgesessionstoragetest' => '/Tests/Session/Storage/PhpBridgeSessionStorageTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\proxy\\abstractproxytest' => '/Tests/Session/Storage/Proxy/AbstractProxyTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\proxy\\concreteproxy' => '/Tests/Session/Storage/Proxy/AbstractProxyTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\proxy\\concretesessionhandlerinterfaceproxy' => '/Tests/Session/Storage/Proxy/AbstractProxyTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\proxy\\nativeproxytest' => '/Tests/Session/Storage/Proxy/NativeProxyTest.php',
                'symfony\\component\\httpfoundation\\tests\\session\\storage\\proxy\\sessionhandlerproxytest' => '/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php',
                'symfony\\component\\httpfoundation\\tests\\streamedresponsetest' => '/Tests/StreamedResponseTest.php',
                'symfony\\component\\httpfoundation\\tests\\stringableobject' => '/Tests/ResponseTest.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn]) and file_exists(__DIR__ . $classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    }
);
// @codeCoverageIgnoreEnd