This file is indexed.

/usr/share/php/Symfony/Component/HttpKernel/autoload.php is in php-symfony-http-kernel 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<?php

require_once 'Symfony/Component/EventDispatcher/autoload.php';
require_once 'Symfony/Component/HttpFoundation/autoload.php';
require_once 'Symfony/Component/Debug/autoload.php';
// require_once 'Psr/Log/autoload.php'; (already required by Debug)
if (stream_resolve_include_path('Symfony/Component/BrowserKit/autoload.php')){
    include_once 'Symfony/Component/BrowserKit/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/ClassLoader/autoload.php')){
    include_once 'Symfony/Component/ClassLoader/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/Config/autoload.php')){
    include_once 'Symfony/Component/Config/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/Console/autoload.php')){
    include_once 'Symfony/Component/Console/autoload.php';
}
// include_once 'Symfony/Component/DependencyInjection/autoload.php'; (already included by EventDispatcher)
if (stream_resolve_include_path('Symfony/Component/Finder/autoload.php')){
    include_once 'Symfony/Component/Finder/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/VarDumper/autoload.php')){
    include_once 'Symfony/Component/VarDumper/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\\httpkernel\\bundle\\bundle' => '/Bundle/Bundle.php',
                'symfony\\component\\httpkernel\\bundle\\bundleinterface' => '/Bundle/BundleInterface.php',
                'symfony\\component\\httpkernel\\cacheclearer\\cacheclearerinterface' => '/CacheClearer/CacheClearerInterface.php',
                'symfony\\component\\httpkernel\\cacheclearer\\chaincacheclearer' => '/CacheClearer/ChainCacheClearer.php',
                'symfony\\component\\httpkernel\\cachewarmer\\cachewarmer' => '/CacheWarmer/CacheWarmer.php',
                'symfony\\component\\httpkernel\\cachewarmer\\cachewarmeraggregate' => '/CacheWarmer/CacheWarmerAggregate.php',
                'symfony\\component\\httpkernel\\cachewarmer\\cachewarmerinterface' => '/CacheWarmer/CacheWarmerInterface.php',
                'symfony\\component\\httpkernel\\cachewarmer\\warmableinterface' => '/CacheWarmer/WarmableInterface.php',
                'symfony\\component\\httpkernel\\client' => '/Client.php',
                'symfony\\component\\httpkernel\\config\\envparametersresource' => '/Config/EnvParametersResource.php',
                'symfony\\component\\httpkernel\\config\\filelocator' => '/Config/FileLocator.php',
                'symfony\\component\\httpkernel\\controller\\controllerreference' => '/Controller/ControllerReference.php',
                'symfony\\component\\httpkernel\\controller\\controllerresolver' => '/Controller/ControllerResolver.php',
                'symfony\\component\\httpkernel\\controller\\controllerresolverinterface' => '/Controller/ControllerResolverInterface.php',
                'symfony\\component\\httpkernel\\controller\\traceablecontrollerresolver' => '/Controller/TraceableControllerResolver.php',
                'symfony\\component\\httpkernel\\datacollector\\configdatacollector' => '/DataCollector/ConfigDataCollector.php',
                'symfony\\component\\httpkernel\\datacollector\\datacollector' => '/DataCollector/DataCollector.php',
                'symfony\\component\\httpkernel\\datacollector\\datacollectorinterface' => '/DataCollector/DataCollectorInterface.php',
                'symfony\\component\\httpkernel\\datacollector\\dumpdatacollector' => '/DataCollector/DumpDataCollector.php',
                'symfony\\component\\httpkernel\\datacollector\\eventdatacollector' => '/DataCollector/EventDataCollector.php',
                'symfony\\component\\httpkernel\\datacollector\\exceptiondatacollector' => '/DataCollector/ExceptionDataCollector.php',
                'symfony\\component\\httpkernel\\datacollector\\latedatacollectorinterface' => '/DataCollector/LateDataCollectorInterface.php',
                'symfony\\component\\httpkernel\\datacollector\\loggerdatacollector' => '/DataCollector/LoggerDataCollector.php',
                'symfony\\component\\httpkernel\\datacollector\\memorydatacollector' => '/DataCollector/MemoryDataCollector.php',
                'symfony\\component\\httpkernel\\datacollector\\requestdatacollector' => '/DataCollector/RequestDataCollector.php',
                'symfony\\component\\httpkernel\\datacollector\\routerdatacollector' => '/DataCollector/RouterDataCollector.php',
                'symfony\\component\\httpkernel\\datacollector\\timedatacollector' => '/DataCollector/TimeDataCollector.php',
                'symfony\\component\\httpkernel\\datacollector\\util\\valueexporter' => '/DataCollector/Util/ValueExporter.php',
                'symfony\\component\\httpkernel\\debug\\errorhandler' => '/Debug/ErrorHandler.php',
                'symfony\\component\\httpkernel\\debug\\exceptionhandler' => '/Debug/ExceptionHandler.php',
                'symfony\\component\\httpkernel\\debug\\traceableeventdispatcher' => '/Debug/TraceableEventDispatcher.php',
                'symfony\\component\\httpkernel\\dependencyinjection\\addclassestocachepass' => '/DependencyInjection/AddClassesToCachePass.php',
                'symfony\\component\\httpkernel\\dependencyinjection\\configurableextension' => '/DependencyInjection/ConfigurableExtension.php',
                'symfony\\component\\httpkernel\\dependencyinjection\\containerawarehttpkernel' => '/DependencyInjection/ContainerAwareHttpKernel.php',
                'symfony\\component\\httpkernel\\dependencyinjection\\extension' => '/DependencyInjection/Extension.php',
                'symfony\\component\\httpkernel\\dependencyinjection\\fragmentrendererpass' => '/DependencyInjection/FragmentRendererPass.php',
                'symfony\\component\\httpkernel\\dependencyinjection\\lazyloadingfragmenthandler' => '/DependencyInjection/LazyLoadingFragmentHandler.php',
                'symfony\\component\\httpkernel\\dependencyinjection\\mergeextensionconfigurationpass' => '/DependencyInjection/MergeExtensionConfigurationPass.php',
                'symfony\\component\\httpkernel\\dependencyinjection\\registerlistenerspass' => '/DependencyInjection/RegisterListenersPass.php',
                'symfony\\component\\httpkernel\\event\\filtercontrollerevent' => '/Event/FilterControllerEvent.php',
                'symfony\\component\\httpkernel\\event\\filterresponseevent' => '/Event/FilterResponseEvent.php',
                'symfony\\component\\httpkernel\\event\\finishrequestevent' => '/Event/FinishRequestEvent.php',
                'symfony\\component\\httpkernel\\event\\getresponseevent' => '/Event/GetResponseEvent.php',
                'symfony\\component\\httpkernel\\event\\getresponseforcontrollerresultevent' => '/Event/GetResponseForControllerResultEvent.php',
                'symfony\\component\\httpkernel\\event\\getresponseforexceptionevent' => '/Event/GetResponseForExceptionEvent.php',
                'symfony\\component\\httpkernel\\event\\kernelevent' => '/Event/KernelEvent.php',
                'symfony\\component\\httpkernel\\event\\postresponseevent' => '/Event/PostResponseEvent.php',
                'symfony\\component\\httpkernel\\eventlistener\\addrequestformatslistener' => '/EventListener/AddRequestFormatsListener.php',
                'symfony\\component\\httpkernel\\eventlistener\\debughandlerslistener' => '/EventListener/DebugHandlersListener.php',
                'symfony\\component\\httpkernel\\eventlistener\\dumplistener' => '/EventListener/DumpListener.php',
                'symfony\\component\\httpkernel\\eventlistener\\errorsloggerlistener' => '/EventListener/ErrorsLoggerListener.php',
                'symfony\\component\\httpkernel\\eventlistener\\esilistener' => '/EventListener/EsiListener.php',
                'symfony\\component\\httpkernel\\eventlistener\\exceptionlistener' => '/EventListener/ExceptionListener.php',
                'symfony\\component\\httpkernel\\eventlistener\\fragmentlistener' => '/EventListener/FragmentListener.php',
                'symfony\\component\\httpkernel\\eventlistener\\localelistener' => '/EventListener/LocaleListener.php',
                'symfony\\component\\httpkernel\\eventlistener\\profilerlistener' => '/EventListener/ProfilerListener.php',
                'symfony\\component\\httpkernel\\eventlistener\\responselistener' => '/EventListener/ResponseListener.php',
                'symfony\\component\\httpkernel\\eventlistener\\routerlistener' => '/EventListener/RouterListener.php',
                'symfony\\component\\httpkernel\\eventlistener\\savesessionlistener' => '/EventListener/SaveSessionListener.php',
                'symfony\\component\\httpkernel\\eventlistener\\sessionlistener' => '/EventListener/SessionListener.php',
                'symfony\\component\\httpkernel\\eventlistener\\streamedresponselistener' => '/EventListener/StreamedResponseListener.php',
                'symfony\\component\\httpkernel\\eventlistener\\surrogatelistener' => '/EventListener/SurrogateListener.php',
                'symfony\\component\\httpkernel\\eventlistener\\testsessionlistener' => '/EventListener/TestSessionListener.php',
                'symfony\\component\\httpkernel\\eventlistener\\translatorlistener' => '/EventListener/TranslatorListener.php',
                'symfony\\component\\httpkernel\\exception\\accessdeniedhttpexception' => '/Exception/AccessDeniedHttpException.php',
                'symfony\\component\\httpkernel\\exception\\badrequesthttpexception' => '/Exception/BadRequestHttpException.php',
                'symfony\\component\\httpkernel\\exception\\conflicthttpexception' => '/Exception/ConflictHttpException.php',
                'symfony\\component\\httpkernel\\exception\\gonehttpexception' => '/Exception/GoneHttpException.php',
                'symfony\\component\\httpkernel\\exception\\httpexception' => '/Exception/HttpException.php',
                'symfony\\component\\httpkernel\\exception\\httpexceptioninterface' => '/Exception/HttpExceptionInterface.php',
                'symfony\\component\\httpkernel\\exception\\lengthrequiredhttpexception' => '/Exception/LengthRequiredHttpException.php',
                'symfony\\component\\httpkernel\\exception\\methodnotallowedhttpexception' => '/Exception/MethodNotAllowedHttpException.php',
                'symfony\\component\\httpkernel\\exception\\notacceptablehttpexception' => '/Exception/NotAcceptableHttpException.php',
                'symfony\\component\\httpkernel\\exception\\notfoundhttpexception' => '/Exception/NotFoundHttpException.php',
                'symfony\\component\\httpkernel\\exception\\preconditionfailedhttpexception' => '/Exception/PreconditionFailedHttpException.php',
                'symfony\\component\\httpkernel\\exception\\preconditionrequiredhttpexception' => '/Exception/PreconditionRequiredHttpException.php',
                'symfony\\component\\httpkernel\\exception\\serviceunavailablehttpexception' => '/Exception/ServiceUnavailableHttpException.php',
                'symfony\\component\\httpkernel\\exception\\toomanyrequestshttpexception' => '/Exception/TooManyRequestsHttpException.php',
                'symfony\\component\\httpkernel\\exception\\unauthorizedhttpexception' => '/Exception/UnauthorizedHttpException.php',
                'symfony\\component\\httpkernel\\exception\\unprocessableentityhttpexception' => '/Exception/UnprocessableEntityHttpException.php',
                'symfony\\component\\httpkernel\\exception\\unsupportedmediatypehttpexception' => '/Exception/UnsupportedMediaTypeHttpException.php',
                'symfony\\component\\httpkernel\\fragment\\abstractsurrogatefragmentrenderer' => '/Fragment/AbstractSurrogateFragmentRenderer.php',
                'symfony\\component\\httpkernel\\fragment\\esifragmentrenderer' => '/Fragment/EsiFragmentRenderer.php',
                'symfony\\component\\httpkernel\\fragment\\fragmenthandler' => '/Fragment/FragmentHandler.php',
                'symfony\\component\\httpkernel\\fragment\\fragmentrendererinterface' => '/Fragment/FragmentRendererInterface.php',
                'symfony\\component\\httpkernel\\fragment\\hincludefragmentrenderer' => '/Fragment/HIncludeFragmentRenderer.php',
                'symfony\\component\\httpkernel\\fragment\\inlinefragmentrenderer' => '/Fragment/InlineFragmentRenderer.php',
                'symfony\\component\\httpkernel\\fragment\\routablefragmentrenderer' => '/Fragment/RoutableFragmentRenderer.php',
                'symfony\\component\\httpkernel\\fragment\\ssifragmentrenderer' => '/Fragment/SsiFragmentRenderer.php',
                'symfony\\component\\httpkernel\\httpcache\\esi' => '/HttpCache/Esi.php',
                'symfony\\component\\httpkernel\\httpcache\\esiresponsecachestrategy' => '/HttpCache/EsiResponseCacheStrategy.php',
                'symfony\\component\\httpkernel\\httpcache\\esiresponsecachestrategyinterface' => '/HttpCache/EsiResponseCacheStrategyInterface.php',
                'symfony\\component\\httpkernel\\httpcache\\httpcache' => '/HttpCache/HttpCache.php',
                'symfony\\component\\httpkernel\\httpcache\\responsecachestrategy' => '/HttpCache/ResponseCacheStrategy.php',
                'symfony\\component\\httpkernel\\httpcache\\responsecachestrategyinterface' => '/HttpCache/ResponseCacheStrategyInterface.php',
                'symfony\\component\\httpkernel\\httpcache\\ssi' => '/HttpCache/Ssi.php',
                'symfony\\component\\httpkernel\\httpcache\\store' => '/HttpCache/Store.php',
                'symfony\\component\\httpkernel\\httpcache\\storeinterface' => '/HttpCache/StoreInterface.php',
                'symfony\\component\\httpkernel\\httpcache\\surrogateinterface' => '/HttpCache/SurrogateInterface.php',
                'symfony\\component\\httpkernel\\httpkernel' => '/HttpKernel.php',
                'symfony\\component\\httpkernel\\httpkernelinterface' => '/HttpKernelInterface.php',
                'symfony\\component\\httpkernel\\kernel' => '/Kernel.php',
                'symfony\\component\\httpkernel\\kernelevents' => '/KernelEvents.php',
                'symfony\\component\\httpkernel\\kernelinterface' => '/KernelInterface.php',
                'symfony\\component\\httpkernel\\log\\debugloggerinterface' => '/Log/DebugLoggerInterface.php',
                'symfony\\component\\httpkernel\\log\\loggerinterface' => '/Log/LoggerInterface.php',
                'symfony\\component\\httpkernel\\log\\nulllogger' => '/Log/NullLogger.php',
                'symfony\\component\\httpkernel\\profiler\\basememcacheprofilerstorage' => '/Profiler/BaseMemcacheProfilerStorage.php',
                'symfony\\component\\httpkernel\\profiler\\fileprofilerstorage' => '/Profiler/FileProfilerStorage.php',
                'symfony\\component\\httpkernel\\profiler\\memcachedprofilerstorage' => '/Profiler/MemcachedProfilerStorage.php',
                'symfony\\component\\httpkernel\\profiler\\memcacheprofilerstorage' => '/Profiler/MemcacheProfilerStorage.php',
                'symfony\\component\\httpkernel\\profiler\\mongodbprofilerstorage' => '/Profiler/MongoDbProfilerStorage.php',
                'symfony\\component\\httpkernel\\profiler\\mysqlprofilerstorage' => '/Profiler/MysqlProfilerStorage.php',
                'symfony\\component\\httpkernel\\profiler\\pdoprofilerstorage' => '/Profiler/PdoProfilerStorage.php',
                'symfony\\component\\httpkernel\\profiler\\profile' => '/Profiler/Profile.php',
                'symfony\\component\\httpkernel\\profiler\\profiler' => '/Profiler/Profiler.php',
                'symfony\\component\\httpkernel\\profiler\\profilerstorageinterface' => '/Profiler/ProfilerStorageInterface.php',
                'symfony\\component\\httpkernel\\profiler\\redisprofilerstorage' => '/Profiler/RedisProfilerStorage.php',
                'symfony\\component\\httpkernel\\profiler\\sqliteprofilerstorage' => '/Profiler/SqliteProfilerStorage.php',
                'symfony\\component\\httpkernel\\terminableinterface' => '/TerminableInterface.php',
                'symfony\\component\\httpkernel\\tests\\bundle\\bundletest' => '/Tests/Bundle/BundleTest.php',
                'symfony\\component\\httpkernel\\tests\\cacheclearer\\chaincacheclearertest' => '/Tests/CacheClearer/ChainCacheClearerTest.php',
                'symfony\\component\\httpkernel\\tests\\cachewarmer\\cachewarmeraggregatetest' => '/Tests/CacheWarmer/CacheWarmerAggregateTest.php',
                'symfony\\component\\httpkernel\\tests\\cachewarmer\\cachewarmertest' => '/Tests/CacheWarmer/CacheWarmerTest.php',
                'symfony\\component\\httpkernel\\tests\\cachewarmer\\testcachewarmer' => '/Tests/CacheWarmer/CacheWarmerTest.php',
                'symfony\\component\\httpkernel\\tests\\clienttest' => '/Tests/ClientTest.php',
                'symfony\\component\\httpkernel\\tests\\config\\envparametersresourcetest' => '/Tests/Config/EnvParametersResourceTest.php',
                'symfony\\component\\httpkernel\\tests\\config\\filelocatortest' => '/Tests/Config/FileLocatorTest.php',
                'symfony\\component\\httpkernel\\tests\\controller' => '/Tests/HttpKernelTest.php',
                'symfony\\component\\httpkernel\\tests\\controller\\controllerresolvertest' => '/Tests/Controller/ControllerResolverTest.php',
                'symfony\\component\\httpkernel\\tests\\datacollector\\configdatacollectortest' => '/Tests/DataCollector/ConfigDataCollectorTest.php',
                'symfony\\component\\httpkernel\\tests\\datacollector\\dumpdatacollectortest' => '/Tests/DataCollector/DumpDataCollectorTest.php',
                'symfony\\component\\httpkernel\\tests\\datacollector\\exceptiondatacollectortest' => '/Tests/DataCollector/ExceptionDataCollectorTest.php',
                'symfony\\component\\httpkernel\\tests\\datacollector\\kernelfortest' => '/Tests/DataCollector/ConfigDataCollectorTest.php',
                'symfony\\component\\httpkernel\\tests\\datacollector\\loggerdatacollectortest' => '/Tests/DataCollector/LoggerDataCollectorTest.php',
                'symfony\\component\\httpkernel\\tests\\datacollector\\memorydatacollectortest' => '/Tests/DataCollector/MemoryDataCollectorTest.php',
                'symfony\\component\\httpkernel\\tests\\datacollector\\requestdatacollectortest' => '/Tests/DataCollector/RequestDataCollectorTest.php',
                'symfony\\component\\httpkernel\\tests\\datacollector\\timedatacollectortest' => '/Tests/DataCollector/TimeDataCollectorTest.php',
                'symfony\\component\\httpkernel\\tests\\datacollector\\util\\valueexportertest' => '/Tests/DataCollector/Util/ValueExporterTest.php',
                'symfony\\component\\httpkernel\\tests\\debug\\traceableeventdispatchertest' => '/Tests/Debug/TraceableEventDispatcherTest.php',
                'symfony\\component\\httpkernel\\tests\\dependencyinjection\\containerawarehttpkerneltest' => '/Tests/DependencyInjection/ContainerAwareHttpKernelTest.php',
                'symfony\\component\\httpkernel\\tests\\dependencyinjection\\fragmentrendererpasstest' => '/Tests/DependencyInjection/FragmentRendererPassTest.php',
                'symfony\\component\\httpkernel\\tests\\dependencyinjection\\lazyloadingfragmenthandlertest' => '/Tests/DependencyInjection/LazyLoadingFragmentHandlerTest.php',
                'symfony\\component\\httpkernel\\tests\\dependencyinjection\\mergeextensionconfigurationpasstest' => '/Tests/DependencyInjection/MergeExtensionConfigurationPassTest.php',
                'symfony\\component\\httpkernel\\tests\\dependencyinjection\\rendererservice' => '/Tests/DependencyInjection/FragmentRendererPassTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\addrequestformatslistenertest' => '/Tests/EventListener/AddRequestFormatsListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\debughandlerslistenertest' => '/Tests/EventListener/DebugHandlersListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\dumplistenertest' => '/Tests/EventListener/DumpListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\exceptionlistenertest' => '/Tests/EventListener/ExceptionListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\fragmentlistenertest' => '/Tests/EventListener/FragmentListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\localelistenertest' => '/Tests/EventListener/LocaleListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\mockcloner' => '/Tests/EventListener/DumpListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\mockdumper' => '/Tests/EventListener/DumpListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\profilerlistenertest' => '/Tests/EventListener/ProfilerListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\responselistenertest' => '/Tests/EventListener/ResponseListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\routerlistenertest' => '/Tests/EventListener/RouterListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\surrogatelistenertest' => '/Tests/EventListener/SurrogateListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\testkernel' => '/Tests/EventListener/ExceptionListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\testkernelthatthrowsexception' => '/Tests/EventListener/ExceptionListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\testlogger' => '/Tests/EventListener/ExceptionListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\testsessionlistenertest' => '/Tests/EventListener/TestSessionListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\eventlistener\\translatorlistenertest' => '/Tests/EventListener/TranslatorListenerTest.php',
                'symfony\\component\\httpkernel\\tests\\fixtures\\extensionabsentbundle\\extensionabsentbundle' => '/Tests/Fixtures/ExtensionAbsentBundle/ExtensionAbsentBundle.php',
                'symfony\\component\\httpkernel\\tests\\fixtures\\extensionloadedbundle\\dependencyinjection\\extensionloadedextension' => '/Tests/Fixtures/ExtensionLoadedBundle/DependencyInjection/ExtensionLoadedExtension.php',
                'symfony\\component\\httpkernel\\tests\\fixtures\\extensionloadedbundle\\extensionloadedbundle' => '/Tests/Fixtures/ExtensionLoadedBundle/ExtensionLoadedBundle.php',
                'symfony\\component\\httpkernel\\tests\\fixtures\\extensionnotvalidbundle\\dependencyinjection\\extensionnotvalidextension' => '/Tests/Fixtures/ExtensionNotValidBundle/DependencyInjection/ExtensionNotValidExtension.php',
                'symfony\\component\\httpkernel\\tests\\fixtures\\extensionnotvalidbundle\\extensionnotvalidbundle' => '/Tests/Fixtures/ExtensionNotValidBundle/ExtensionNotValidBundle.php',
                'symfony\\component\\httpkernel\\tests\\fixtures\\extensionpresentbundle\\command\\barcommand' => '/Tests/Fixtures/ExtensionPresentBundle/Command/BarCommand.php',
                'symfony\\component\\httpkernel\\tests\\fixtures\\extensionpresentbundle\\command\\foocommand' => '/Tests/Fixtures/ExtensionPresentBundle/Command/FooCommand.php',
                'symfony\\component\\httpkernel\\tests\\fixtures\\extensionpresentbundle\\dependencyinjection\\extensionpresentextension' => '/Tests/Fixtures/ExtensionPresentBundle/DependencyInjection/ExtensionPresentExtension.php',
                'symfony\\component\\httpkernel\\tests\\fixtures\\extensionpresentbundle\\extensionpresentbundle' => '/Tests/Fixtures/ExtensionPresentBundle/ExtensionPresentBundle.php',
                'symfony\\component\\httpkernel\\tests\\fixtures\\foobarbundle' => '/Tests/Fixtures/FooBarBundle.php',
                'symfony\\component\\httpkernel\\tests\\fixtures\\kernelforoverridename' => '/Tests/Fixtures/KernelForOverrideName.php',
                'symfony\\component\\httpkernel\\tests\\fixtures\\kernelfortest' => '/Tests/Fixtures/KernelForTest.php',
                'symfony\\component\\httpkernel\\tests\\fixtures\\testclient' => '/Tests/Fixtures/TestClient.php',
                'symfony\\component\\httpkernel\\tests\\fixtures\\testeventdispatcher' => '/Tests/Fixtures/TestEventDispatcher.php',
                'symfony\\component\\httpkernel\\tests\\fragment\\bar' => '/Tests/Fragment/InlineFragmentRendererTest.php',
                'symfony\\component\\httpkernel\\tests\\fragment\\esifragmentrenderertest' => '/Tests/Fragment/EsiFragmentRendererTest.php',
                'symfony\\component\\httpkernel\\tests\\fragment\\foo' => '/Tests/Fragment/RoutableFragmentRendererTest.php',
                'symfony\\component\\httpkernel\\tests\\fragment\\fragmenthandlertest' => '/Tests/Fragment/FragmentHandlerTest.php',
                'symfony\\component\\httpkernel\\tests\\fragment\\hincludefragmentrenderertest' => '/Tests/Fragment/HIncludeFragmentRendererTest.php',
                'symfony\\component\\httpkernel\\tests\\fragment\\inlinefragmentrenderertest' => '/Tests/Fragment/InlineFragmentRendererTest.php',
                'symfony\\component\\httpkernel\\tests\\fragment\\routablefragmentrenderertest' => '/Tests/Fragment/RoutableFragmentRendererTest.php',
                'symfony\\component\\httpkernel\\tests\\httpcache\\esitest' => '/Tests/HttpCache/EsiTest.php',
                'symfony\\component\\httpkernel\\tests\\httpcache\\httpcachetest' => '/Tests/HttpCache/HttpCacheTest.php',
                'symfony\\component\\httpkernel\\tests\\httpcache\\httpcachetestcase' => '/Tests/HttpCache/HttpCacheTestCase.php',
                'symfony\\component\\httpkernel\\tests\\httpcache\\ssitest' => '/Tests/HttpCache/SsiTest.php',
                'symfony\\component\\httpkernel\\tests\\httpcache\\storetest' => '/Tests/HttpCache/StoreTest.php',
                'symfony\\component\\httpkernel\\tests\\httpcache\\testhttpkernel' => '/Tests/HttpCache/TestHttpKernel.php',
                'symfony\\component\\httpkernel\\tests\\httpcache\\testmultiplehttpkernel' => '/Tests/HttpCache/TestMultipleHttpKernel.php',
                'symfony\\component\\httpkernel\\tests\\httpkerneltest' => '/Tests/HttpKernelTest.php',
                'symfony\\component\\httpkernel\\tests\\kerneltest' => '/Tests/KernelTest.php',
                'symfony\\component\\httpkernel\\tests\\logger' => '/Tests/Logger.php',
                'symfony\\component\\httpkernel\\tests\\profiler\\abstractprofilerstoragetest' => '/Tests/Profiler/AbstractProfilerStorageTest.php',
                'symfony\\component\\httpkernel\\tests\\profiler\\dummymongodbprofilerstorage' => '/Tests/Profiler/MongoDbProfilerStorageTest.php',
                'symfony\\component\\httpkernel\\tests\\profiler\\fileprofilerstoragetest' => '/Tests/Profiler/FileProfilerStorageTest.php',
                'symfony\\component\\httpkernel\\tests\\profiler\\memcachedprofilerstoragetest' => '/Tests/Profiler/MemcachedProfilerStorageTest.php',
                'symfony\\component\\httpkernel\\tests\\profiler\\memcacheprofilerstoragetest' => '/Tests/Profiler/MemcacheProfilerStorageTest.php',
                'symfony\\component\\httpkernel\\tests\\profiler\\mock\\memcachedmock' => '/Tests/Profiler/Mock/MemcachedMock.php',
                'symfony\\component\\httpkernel\\tests\\profiler\\mock\\memcachemock' => '/Tests/Profiler/Mock/MemcacheMock.php',
                'symfony\\component\\httpkernel\\tests\\profiler\\mock\\redismock' => '/Tests/Profiler/Mock/RedisMock.php',
                'symfony\\component\\httpkernel\\tests\\profiler\\mongodbprofilerstoragetest' => '/Tests/Profiler/MongoDbProfilerStorageTest.php',
                'symfony\\component\\httpkernel\\tests\\profiler\\mongodbprofilerstoragetestdatacollector' => '/Tests/Profiler/MongoDbProfilerStorageTest.php',
                'symfony\\component\\httpkernel\\tests\\profiler\\profilertest' => '/Tests/Profiler/ProfilerTest.php',
                'symfony\\component\\httpkernel\\tests\\profiler\\redisprofilerstoragetest' => '/Tests/Profiler/RedisProfilerStorageTest.php',
                'symfony\\component\\httpkernel\\tests\\profiler\\sqliteprofilerstoragetest' => '/Tests/Profiler/SqliteProfilerStorageTest.php',
                'symfony\\component\\httpkernel\\tests\\testhttpkernel' => '/Tests/TestHttpKernel.php',
                'symfony\\component\\httpkernel\\tests\\urisignertest' => '/Tests/UriSignerTest.php',
                'symfony\\component\\httpkernel\\urisigner' => '/UriSigner.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn]) and file_exists(__DIR__ . $classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    }
);
// @codeCoverageIgnoreEnd