Вход Регистрация
Файл: monst/Xsolla/xsolla-autoloader.php
Строк: 2547
<?php

$mapping 
= array(
    
'GuzzleBatchAbstractBatchDecorator' => __DIR__ '/Guzzle/Batch/AbstractBatchDecorator.php',
    
'GuzzleBatchBatch' => __DIR__ '/Guzzle/Batch/Batch.php',
    
'GuzzleBatchBatchBuilder' => __DIR__ '/Guzzle/Batch/BatchBuilder.php',
    
'GuzzleBatchBatchClosureDivisor' => __DIR__ '/Guzzle/Batch/BatchClosureDivisor.php',
    
'GuzzleBatchBatchClosureTransfer' => __DIR__ '/Guzzle/Batch/BatchClosureTransfer.php',
    
'GuzzleBatchBatchCommandTransfer' => __DIR__ '/Guzzle/Batch/BatchCommandTransfer.php',
    
'GuzzleBatchBatchDivisorInterface' => __DIR__ '/Guzzle/Batch/BatchDivisorInterface.php',
    
'GuzzleBatchBatchInterface' => __DIR__ '/Guzzle/Batch/BatchInterface.php',
    
'GuzzleBatchBatchRequestTransfer' => __DIR__ '/Guzzle/Batch/BatchRequestTransfer.php',
    
'GuzzleBatchBatchSizeDivisor' => __DIR__ '/Guzzle/Batch/BatchSizeDivisor.php',
    
'GuzzleBatchBatchTransferInterface' => __DIR__ '/Guzzle/Batch/BatchTransferInterface.php',
    
'GuzzleBatchExceptionBatchTransferException' => __DIR__ '/Guzzle/Batch/Exception/BatchTransferException.php',
    
'GuzzleBatchExceptionBufferingBatch' => __DIR__ '/Guzzle/Batch/ExceptionBufferingBatch.php',
    
'GuzzleBatchFlushingBatch' => __DIR__ '/Guzzle/Batch/FlushingBatch.php',
    
'GuzzleBatchHistoryBatch' => __DIR__ '/Guzzle/Batch/HistoryBatch.php',
    
'GuzzleBatchNotifyingBatch' => __DIR__ '/Guzzle/Batch/NotifyingBatch.php',
    
'GuzzleCacheAbstractCacheAdapter' => __DIR__ '/Guzzle/Cache/AbstractCacheAdapter.php',
    
'GuzzleCacheCacheAdapterFactory' => __DIR__ '/Guzzle/Cache/CacheAdapterFactory.php',
    
'GuzzleCacheCacheAdapterInterface' => __DIR__ '/Guzzle/Cache/CacheAdapterInterface.php',
    
'GuzzleCacheClosureCacheAdapter' => __DIR__ '/Guzzle/Cache/ClosureCacheAdapter.php',
    
'GuzzleCacheDoctrineCacheAdapter' => __DIR__ '/Guzzle/Cache/DoctrineCacheAdapter.php',
    
'GuzzleCacheNullCacheAdapter' => __DIR__ '/Guzzle/Cache/NullCacheAdapter.php',
    
'GuzzleCacheZf1CacheAdapter' => __DIR__ '/Guzzle/Cache/Zf1CacheAdapter.php',
    
'GuzzleCacheZf2CacheAdapter' => __DIR__ '/Guzzle/Cache/Zf2CacheAdapter.php',
    
'GuzzleCommonAbstractHasDispatcher' => __DIR__ '/Guzzle/Common/AbstractHasDispatcher.php',
    
'GuzzleCommonCollection' => __DIR__ '/Guzzle/Common/Collection.php',
    
'GuzzleCommonEvent' => __DIR__ '/Guzzle/Common/Event.php',
    
'GuzzleCommonExceptionBadMethodCallException' => __DIR__ '/Guzzle/Common/Exception/BadMethodCallException.php',
    
'GuzzleCommonExceptionExceptionCollection' => __DIR__ '/Guzzle/Common/Exception/ExceptionCollection.php',
    
'GuzzleCommonExceptionGuzzleException' => __DIR__ '/Guzzle/Common/Exception/GuzzleException.php',
    
'GuzzleCommonExceptionInvalidArgumentException' => __DIR__ '/Guzzle/Common/Exception/InvalidArgumentException.php',
    
'GuzzleCommonExceptionRuntimeException' => __DIR__ '/Guzzle/Common/Exception/RuntimeException.php',
    
'GuzzleCommonExceptionUnexpectedValueException' => __DIR__ '/Guzzle/Common/Exception/UnexpectedValueException.php',
    
'GuzzleCommonFromConfigInterface' => __DIR__ '/Guzzle/Common/FromConfigInterface.php',
    
'GuzzleCommonHasDispatcherInterface' => __DIR__ '/Guzzle/Common/HasDispatcherInterface.php',
    
'GuzzleCommonToArrayInterface' => __DIR__ '/Guzzle/Common/ToArrayInterface.php',
    
'GuzzleCommonVersion' => __DIR__ '/Guzzle/Common/Version.php',
    
'GuzzleHttpAbstractEntityBodyDecorator' => __DIR__ '/Guzzle/Http/AbstractEntityBodyDecorator.php',
    
'GuzzleHttpCachingEntityBody' => __DIR__ '/Guzzle/Http/CachingEntityBody.php',
    
'GuzzleHttpClient' => __DIR__ '/Guzzle/Http/Client.php',
    
'GuzzleHttpClientInterface' => __DIR__ '/Guzzle/Http/ClientInterface.php',
    
'GuzzleHttpCurlCurlHandle' => __DIR__ '/Guzzle/Http/Curl/CurlHandle.php',
    
'GuzzleHttpCurlCurlMulti' => __DIR__ '/Guzzle/Http/Curl/CurlMulti.php',
    
'GuzzleHttpCurlCurlMultiInterface' => __DIR__ '/Guzzle/Http/Curl/CurlMultiInterface.php',
    
'GuzzleHttpCurlCurlMultiProxy' => __DIR__ '/Guzzle/Http/Curl/CurlMultiProxy.php',
    
'GuzzleHttpCurlCurlVersion' => __DIR__ '/Guzzle/Http/Curl/CurlVersion.php',
    
'GuzzleHttpCurlRequestMediator' => __DIR__ '/Guzzle/Http/Curl/RequestMediator.php',
    
'GuzzleHttpEntityBody' => __DIR__ '/Guzzle/Http/EntityBody.php',
    
'GuzzleHttpEntityBodyInterface' => __DIR__ '/Guzzle/Http/EntityBodyInterface.php',
    
'GuzzleHttpExceptionBadResponseException' => __DIR__ '/Guzzle/Http/Exception/BadResponseException.php',
    
'GuzzleHttpExceptionClientErrorResponseException' => __DIR__ '/Guzzle/Http/Exception/ClientErrorResponseException.php',
    
'GuzzleHttpExceptionCouldNotRewindStreamException' => __DIR__ '/Guzzle/Http/Exception/CouldNotRewindStreamException.php',
    
'GuzzleHttpExceptionCurlException' => __DIR__ '/Guzzle/Http/Exception/CurlException.php',
    
'GuzzleHttpExceptionHttpException' => __DIR__ '/Guzzle/Http/Exception/HttpException.php',
    
'GuzzleHttpExceptionMultiTransferException' => __DIR__ '/Guzzle/Http/Exception/MultiTransferException.php',
    
'GuzzleHttpExceptionRequestException' => __DIR__ '/Guzzle/Http/Exception/RequestException.php',
    
'GuzzleHttpExceptionServerErrorResponseException' => __DIR__ '/Guzzle/Http/Exception/ServerErrorResponseException.php',
    
'GuzzleHttpExceptionTooManyRedirectsException' => __DIR__ '/Guzzle/Http/Exception/TooManyRedirectsException.php',
    
'GuzzleHttpIoEmittingEntityBody' => __DIR__ '/Guzzle/Http/IoEmittingEntityBody.php',
    
'GuzzleHttpMessageAbstractMessage' => __DIR__ '/Guzzle/Http/Message/AbstractMessage.php',
    
'GuzzleHttpMessageEntityEnclosingRequest' => __DIR__ '/Guzzle/Http/Message/EntityEnclosingRequest.php',
    
'GuzzleHttpMessageEntityEnclosingRequestInterface' => __DIR__ '/Guzzle/Http/Message/EntityEnclosingRequestInterface.php',
    
'GuzzleHttpMessageHeaderCacheControl' => __DIR__ '/Guzzle/Http/Message/Header/CacheControl.php',
    
'GuzzleHttpMessageHeaderHeaderCollection' => __DIR__ '/Guzzle/Http/Message/Header/HeaderCollection.php',
    
'GuzzleHttpMessageHeaderHeaderFactory' => __DIR__ '/Guzzle/Http/Message/Header/HeaderFactory.php',
    
'GuzzleHttpMessageHeaderHeaderFactoryInterface' => __DIR__ '/Guzzle/Http/Message/Header/HeaderFactoryInterface.php',
    
'GuzzleHttpMessageHeaderHeaderInterface' => __DIR__ '/Guzzle/Http/Message/Header/HeaderInterface.php',
    
'GuzzleHttpMessageHeaderLink' => __DIR__ '/Guzzle/Http/Message/Header/Link.php',
    
'GuzzleHttpMessageHeader' => __DIR__ '/Guzzle/Http/Message/Header.php',
    
'GuzzleHttpMessageMessageInterface' => __DIR__ '/Guzzle/Http/Message/MessageInterface.php',
    
'GuzzleHttpMessagePostFile' => __DIR__ '/Guzzle/Http/Message/PostFile.php',
    
'GuzzleHttpMessagePostFileInterface' => __DIR__ '/Guzzle/Http/Message/PostFileInterface.php',
    
'GuzzleHttpMessageRequest' => __DIR__ '/Guzzle/Http/Message/Request.php',
    
'GuzzleHttpMessageRequestFactory' => __DIR__ '/Guzzle/Http/Message/RequestFactory.php',
    
'GuzzleHttpMessageRequestFactoryInterface' => __DIR__ '/Guzzle/Http/Message/RequestFactoryInterface.php',
    
'GuzzleHttpMessageRequestInterface' => __DIR__ '/Guzzle/Http/Message/RequestInterface.php',
    
'GuzzleHttpMessageResponse' => __DIR__ '/Guzzle/Http/Message/Response.php',
    
'GuzzleHttpMimetypes' => __DIR__ '/Guzzle/Http/Mimetypes.php',
    
'GuzzleHttpQueryAggregatorCommaAggregator' => __DIR__ '/Guzzle/Http/QueryAggregator/CommaAggregator.php',
    
'GuzzleHttpQueryAggregatorDuplicateAggregator' => __DIR__ '/Guzzle/Http/QueryAggregator/DuplicateAggregator.php',
    
'GuzzleHttpQueryAggregatorPhpAggregator' => __DIR__ '/Guzzle/Http/QueryAggregator/PhpAggregator.php',
    
'GuzzleHttpQueryAggregatorQueryAggregatorInterface' => __DIR__ '/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php',
    
'GuzzleHttpQueryString' => __DIR__ '/Guzzle/Http/QueryString.php',
    
'GuzzleHttpReadLimitEntityBody' => __DIR__ '/Guzzle/Http/ReadLimitEntityBody.php',
    
'GuzzleHttpRedirectPlugin' => __DIR__ '/Guzzle/Http/RedirectPlugin.php',
    
'GuzzleHttpStaticClient' => __DIR__ '/Guzzle/Http/StaticClient.php',
    
'GuzzleHttpUrl' => __DIR__ '/Guzzle/Http/Url.php',
    
'GuzzleInflectionInflector' => __DIR__ '/Guzzle/Inflection/Inflector.php',
    
'GuzzleInflectionInflectorInterface' => __DIR__ '/Guzzle/Inflection/InflectorInterface.php',
    
'GuzzleInflectionMemoizingInflector' => __DIR__ '/Guzzle/Inflection/MemoizingInflector.php',
    
'GuzzleInflectionPreComputedInflector' => __DIR__ '/Guzzle/Inflection/PreComputedInflector.php',
    
'GuzzleIteratorAppendIterator' => __DIR__ '/Guzzle/Iterator/AppendIterator.php',
    
'GuzzleIteratorChunkedIterator' => __DIR__ '/Guzzle/Iterator/ChunkedIterator.php',
    
'GuzzleIteratorFilterIterator' => __DIR__ '/Guzzle/Iterator/FilterIterator.php',
    
'GuzzleIteratorMapIterator' => __DIR__ '/Guzzle/Iterator/MapIterator.php',
    
'GuzzleIteratorMethodProxyIterator' => __DIR__ '/Guzzle/Iterator/MethodProxyIterator.php',
    
'GuzzleLogAbstractLogAdapter' => __DIR__ '/Guzzle/Log/AbstractLogAdapter.php',
    
'GuzzleLogArrayLogAdapter' => __DIR__ '/Guzzle/Log/ArrayLogAdapter.php',
    
'GuzzleLogClosureLogAdapter' => __DIR__ '/Guzzle/Log/ClosureLogAdapter.php',
    
'GuzzleLogLogAdapterInterface' => __DIR__ '/Guzzle/Log/LogAdapterInterface.php',
    
'GuzzleLogMessageFormatter' => __DIR__ '/Guzzle/Log/MessageFormatter.php',
    
'GuzzleLogMonologLogAdapter' => __DIR__ '/Guzzle/Log/MonologLogAdapter.php',
    
'GuzzleLogPsrLogAdapter' => __DIR__ '/Guzzle/Log/PsrLogAdapter.php',
    
'GuzzleLogZf1LogAdapter' => __DIR__ '/Guzzle/Log/Zf1LogAdapter.php',
    
'GuzzleLogZf2LogAdapter' => __DIR__ '/Guzzle/Log/Zf2LogAdapter.php',
    
'GuzzleParserCookieCookieParser' => __DIR__ '/Guzzle/Parser/Cookie/CookieParser.php',
    
'GuzzleParserCookieCookieParserInterface' => __DIR__ '/Guzzle/Parser/Cookie/CookieParserInterface.php',
    
'GuzzleParserMessageAbstractMessageParser' => __DIR__ '/Guzzle/Parser/Message/AbstractMessageParser.php',
    
'GuzzleParserMessageMessageParser' => __DIR__ '/Guzzle/Parser/Message/MessageParser.php',
    
'GuzzleParserMessageMessageParserInterface' => __DIR__ '/Guzzle/Parser/Message/MessageParserInterface.php',
    
'GuzzleParserMessagePeclHttpMessageParser' => __DIR__ '/Guzzle/Parser/Message/PeclHttpMessageParser.php',
    
'GuzzleParserParserRegistry' => __DIR__ '/Guzzle/Parser/ParserRegistry.php',
    
'GuzzleParserUriTemplatePeclUriTemplate' => __DIR__ '/Guzzle/Parser/UriTemplate/PeclUriTemplate.php',
    
'GuzzleParserUriTemplateUriTemplate' => __DIR__ '/Guzzle/Parser/UriTemplate/UriTemplate.php',
    
'GuzzleParserUriTemplateUriTemplateInterface' => __DIR__ '/Guzzle/Parser/UriTemplate/UriTemplateInterface.php',
    
'GuzzleParserUrlUrlParser' => __DIR__ '/Guzzle/Parser/Url/UrlParser.php',
    
'GuzzleParserUrlUrlParserInterface' => __DIR__ '/Guzzle/Parser/Url/UrlParserInterface.php',
    
'GuzzlePluginAsyncAsyncPlugin' => __DIR__ '/Guzzle/Plugin/Async/AsyncPlugin.php',
    
'GuzzlePluginBackoffAbstractBackoffStrategy' => __DIR__ '/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php',
    
'GuzzlePluginBackoffAbstractErrorCodeBackoffStrategy' => __DIR__ '/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php',
    
'GuzzlePluginBackoffBackoffLogger' => __DIR__ '/Guzzle/Plugin/Backoff/BackoffLogger.php',
    
'GuzzlePluginBackoffBackoffPlugin' => __DIR__ '/Guzzle/Plugin/Backoff/BackoffPlugin.php',
    
'GuzzlePluginBackoffBackoffStrategyInterface' => __DIR__ '/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php',
    
'GuzzlePluginBackoffCallbackBackoffStrategy' => __DIR__ '/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php',
    
'GuzzlePluginBackoffConstantBackoffStrategy' => __DIR__ '/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php',
    
'GuzzlePluginBackoffCurlBackoffStrategy' => __DIR__ '/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php',
    
'GuzzlePluginBackoffExponentialBackoffStrategy' => __DIR__ '/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php',
    
'GuzzlePluginBackoffHttpBackoffStrategy' => __DIR__ '/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php',
    
'GuzzlePluginBackoffLinearBackoffStrategy' => __DIR__ '/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php',
    
'GuzzlePluginBackoffReasonPhraseBackoffStrategy' => __DIR__ '/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php',
    
'GuzzlePluginBackoffTruncatedBackoffStrategy' => __DIR__ '/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php',
    
'GuzzlePluginCacheCacheKeyProviderInterface' => __DIR__ '/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php',
    
'GuzzlePluginCacheCachePlugin' => __DIR__ '/Guzzle/Plugin/Cache/CachePlugin.php',
    
'GuzzlePluginCacheCacheStorageInterface' => __DIR__ '/Guzzle/Plugin/Cache/CacheStorageInterface.php',
    
'GuzzlePluginCacheCallbackCanCacheStrategy' => __DIR__ '/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php',
    
'GuzzlePluginCacheCanCacheStrategyInterface' => __DIR__ '/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php',
    
'GuzzlePluginCacheDefaultCacheKeyProvider' => __DIR__ '/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php',
    
'GuzzlePluginCacheDefaultCacheStorage' => __DIR__ '/Guzzle/Plugin/Cache/DefaultCacheStorage.php',
    
'GuzzlePluginCacheDefaultCanCacheStrategy' => __DIR__ '/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php',
    
'GuzzlePluginCacheDefaultRevalidation' => __DIR__ '/Guzzle/Plugin/Cache/DefaultRevalidation.php',
    
'GuzzlePluginCacheDenyRevalidation' => __DIR__ '/Guzzle/Plugin/Cache/DenyRevalidation.php',
    
'GuzzlePluginCacheRevalidationInterface' => __DIR__ '/Guzzle/Plugin/Cache/RevalidationInterface.php',
    
'GuzzlePluginCacheSkipRevalidation' => __DIR__ '/Guzzle/Plugin/Cache/SkipRevalidation.php',
    
'GuzzlePluginCookieCookie' => __DIR__ '/Guzzle/Plugin/Cookie/Cookie.php',
    
'GuzzlePluginCookieCookieJarArrayCookieJar' => __DIR__ '/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php',
    
'GuzzlePluginCookieCookieJarCookieJarInterface' => __DIR__ '/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php',
    
'GuzzlePluginCookieCookieJarFileCookieJar' => __DIR__ '/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php',
    
'GuzzlePluginCookieCookiePlugin' => __DIR__ '/Guzzle/Plugin/Cookie/CookiePlugin.php',
    
'GuzzlePluginCookieExceptionInvalidCookieException' => __DIR__ '/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php',
    
'GuzzlePluginCurlAuthCurlAuthPlugin' => __DIR__ '/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php',
    
'GuzzlePluginErrorResponseErrorResponseExceptionInterface' => __DIR__ '/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php',
    
'GuzzlePluginErrorResponseErrorResponsePlugin' => __DIR__ '/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php',
    
'GuzzlePluginErrorResponseExceptionErrorResponseException' => __DIR__ '/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php',
    
'GuzzlePluginHistoryHistoryPlugin' => __DIR__ '/Guzzle/Plugin/History/HistoryPlugin.php',
    
'GuzzlePluginLogLogPlugin' => __DIR__ '/Guzzle/Plugin/Log/LogPlugin.php',
    
'GuzzlePluginMd5CommandContentMd5Plugin' => __DIR__ '/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php',
    
'GuzzlePluginMd5Md5ValidatorPlugin' => __DIR__ '/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php',
    
'GuzzlePluginMockMockPlugin' => __DIR__ '/Guzzle/Plugin/Mock/MockPlugin.php',
    
'GuzzlePluginOauthOauthPlugin' => __DIR__ '/Guzzle/Plugin/Oauth/OauthPlugin.php',
    
'GuzzleServiceAbstractConfigLoader' => __DIR__ '/Guzzle/Service/AbstractConfigLoader.php',
    
'GuzzleServiceBuilderServiceBuilder' => __DIR__ '/Guzzle/Service/Builder/ServiceBuilder.php',
    
'GuzzleServiceBuilderServiceBuilderInterface' => __DIR__ '/Guzzle/Service/Builder/ServiceBuilderInterface.php',
    
'GuzzleServiceBuilderServiceBuilderLoader' => __DIR__ '/Guzzle/Service/Builder/ServiceBuilderLoader.php',
    
'GuzzleServiceCachingConfigLoader' => __DIR__ '/Guzzle/Service/CachingConfigLoader.php',
    
'GuzzleServiceClient' => __DIR__ '/Guzzle/Service/Client.php',
    
'GuzzleServiceClientInterface' => __DIR__ '/Guzzle/Service/ClientInterface.php',
    
'GuzzleServiceCommandAbstractCommand' => __DIR__ '/Guzzle/Service/Command/AbstractCommand.php',
    
'GuzzleServiceCommandClosureCommand' => __DIR__ '/Guzzle/Service/Command/ClosureCommand.php',
    
'GuzzleServiceCommandCommandInterface' => __DIR__ '/Guzzle/Service/Command/CommandInterface.php',
    
'GuzzleServiceCommandCreateResponseClassEvent' => __DIR__ '/Guzzle/Service/Command/CreateResponseClassEvent.php',
    
'GuzzleServiceCommandDefaultRequestSerializer' => __DIR__ '/Guzzle/Service/Command/DefaultRequestSerializer.php',
    
'GuzzleServiceCommandDefaultResponseParser' => __DIR__ '/Guzzle/Service/Command/DefaultResponseParser.php',
    
'GuzzleServiceCommandFactoryAliasFactory' => __DIR__ '/Guzzle/Service/Command/Factory/AliasFactory.php',
    
'GuzzleServiceCommandFactoryCompositeFactory' => __DIR__ '/Guzzle/Service/Command/Factory/CompositeFactory.php',
    
'GuzzleServiceCommandFactoryConcreteClassFactory' => __DIR__ '/Guzzle/Service/Command/Factory/ConcreteClassFactory.php',
    
'GuzzleServiceCommandFactoryFactoryInterface' => __DIR__ '/Guzzle/Service/Command/Factory/FactoryInterface.php',
    
'GuzzleServiceCommandFactoryMapFactory' => __DIR__ '/Guzzle/Service/Command/Factory/MapFactory.php',
    
'GuzzleServiceCommandFactoryServiceDescriptionFactory' => __DIR__ '/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php',
    
'GuzzleServiceCommandLocationVisitorRequestAbstractRequestVisitor' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php',
    
'GuzzleServiceCommandLocationVisitorRequestBodyVisitor' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php',
    
'GuzzleServiceCommandLocationVisitorRequestHeaderVisitor' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php',
    
'GuzzleServiceCommandLocationVisitorRequestJsonVisitor' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php',
    
'GuzzleServiceCommandLocationVisitorRequestPostFieldVisitor' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php',
    
'GuzzleServiceCommandLocationVisitorRequestPostFileVisitor' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php',
    
'GuzzleServiceCommandLocationVisitorRequestQueryVisitor' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php',
    
'GuzzleServiceCommandLocationVisitorRequestRequestVisitorInterface' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php',
    
'GuzzleServiceCommandLocationVisitorRequestResponseBodyVisitor' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php',
    
'GuzzleServiceCommandLocationVisitorRequestXmlVisitor' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php',
    
'GuzzleServiceCommandLocationVisitorResponseAbstractResponseVisitor' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php',
    
'GuzzleServiceCommandLocationVisitorResponseBodyVisitor' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php',
    
'GuzzleServiceCommandLocationVisitorResponseHeaderVisitor' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php',
    
'GuzzleServiceCommandLocationVisitorResponseJsonVisitor' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php',
    
'GuzzleServiceCommandLocationVisitorResponseReasonPhraseVisitor' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php',
    
'GuzzleServiceCommandLocationVisitorResponseResponseVisitorInterface' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php',
    
'GuzzleServiceCommandLocationVisitorResponseStatusCodeVisitor' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php',
    
'GuzzleServiceCommandLocationVisitorResponseXmlVisitor' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php',
    
'GuzzleServiceCommandLocationVisitorVisitorFlyweight' => __DIR__ '/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php',
    
'GuzzleServiceCommandOperationCommand' => __DIR__ '/Guzzle/Service/Command/OperationCommand.php',
    
'GuzzleServiceCommandOperationResponseParser' => __DIR__ '/Guzzle/Service/Command/OperationResponseParser.php',
    
'GuzzleServiceCommandRequestSerializerInterface' => __DIR__ '/Guzzle/Service/Command/RequestSerializerInterface.php',
    
'GuzzleServiceCommandResponseClassInterface' => __DIR__ '/Guzzle/Service/Command/ResponseClassInterface.php',
    
'GuzzleServiceCommandResponseParserInterface' => __DIR__ '/Guzzle/Service/Command/ResponseParserInterface.php',
    
'GuzzleServiceConfigLoaderInterface' => __DIR__ '/Guzzle/Service/ConfigLoaderInterface.php',
    
'GuzzleServiceDescriptionOperation' => __DIR__ '/Guzzle/Service/Description/Operation.php',
    
'GuzzleServiceDescriptionOperationInterface' => __DIR__ '/Guzzle/Service/Description/OperationInterface.php',
    
'GuzzleServiceDescriptionParameter' => __DIR__ '/Guzzle/Service/Description/Parameter.php',
    
'GuzzleServiceDescriptionSchemaFormatter' => __DIR__ '/Guzzle/Service/Description/SchemaFormatter.php',
    
'GuzzleServiceDescriptionSchemaValidator' => __DIR__ '/Guzzle/Service/Description/SchemaValidator.php',
    
'GuzzleServiceDescriptionServiceDescription' => __DIR__ '/Guzzle/Service/Description/ServiceDescription.php',
    
'GuzzleServiceDescriptionServiceDescriptionInterface' => __DIR__ '/Guzzle/Service/Description/ServiceDescriptionInterface.php',
    
'GuzzleServiceDescriptionServiceDescriptionLoader' => __DIR__ '/Guzzle/Service/Description/ServiceDescriptionLoader.php',
    
'GuzzleServiceDescriptionValidatorInterface' => __DIR__ '/Guzzle/Service/Description/ValidatorInterface.php',
    
'GuzzleServiceExceptionCommandException' => __DIR__ '/Guzzle/Service/Exception/CommandException.php',
    
'GuzzleServiceExceptionCommandTransferException' => __DIR__ '/Guzzle/Service/Exception/CommandTransferException.php',
    
'GuzzleServiceExceptionDescriptionBuilderException' => __DIR__ '/Guzzle/Service/Exception/DescriptionBuilderException.php',
    
'GuzzleServiceExceptionInconsistentClientTransferException' => __DIR__ '/Guzzle/Service/Exception/InconsistentClientTransferException.php',
    
'GuzzleServiceExceptionResponseClassException' => __DIR__ '/Guzzle/Service/Exception/ResponseClassException.php',
    
'GuzzleServiceExceptionServiceBuilderException' => __DIR__ '/Guzzle/Service/Exception/ServiceBuilderException.php',
    
'GuzzleServiceExceptionServiceNotFoundException' => __DIR__ '/Guzzle/Service/Exception/ServiceNotFoundException.php',
    
'GuzzleServiceExceptionValidationException' => __DIR__ '/Guzzle/Service/Exception/ValidationException.php',
    
'GuzzleServiceResourceAbstractResourceIteratorFactory' => __DIR__ '/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php',
    
'GuzzleServiceResourceCompositeResourceIteratorFactory' => __DIR__ '/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php',
    
'GuzzleServiceResourceMapResourceIteratorFactory' => __DIR__ '/Guzzle/Service/Resource/MapResourceIteratorFactory.php',
    
'GuzzleServiceResourceModel' => __DIR__ '/Guzzle/Service/Resource/Model.php',
    
'GuzzleServiceResourceResourceIterator' => __DIR__ '/Guzzle/Service/Resource/ResourceIterator.php',
    
'GuzzleServiceResourceResourceIteratorApplyBatched' => __DIR__ '/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php',
    
'GuzzleServiceResourceResourceIteratorClassFactory' => __DIR__ '/Guzzle/Service/Resource/ResourceIteratorClassFactory.php',
    
'GuzzleServiceResourceResourceIteratorFactoryInterface' => __DIR__ '/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php',
    
'GuzzleServiceResourceResourceIteratorInterface' => __DIR__ '/Guzzle/Service/Resource/ResourceIteratorInterface.php',
    
'GuzzleStreamPhpStreamRequestFactory' => __DIR__ '/Guzzle/Stream/PhpStreamRequestFactory.php',
    
'GuzzleStreamStream' => __DIR__ '/Guzzle/Stream/Stream.php',
    
'GuzzleStreamStreamInterface' => __DIR__ '/Guzzle/Stream/StreamInterface.php',
    
'GuzzleStreamStreamRequestFactoryInterface' => __DIR__ '/Guzzle/Stream/StreamRequestFactoryInterface.php',
    
'SymfonyComponentEventDispatcherContainerAwareEventDispatcher' => __DIR__ '/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php',
    
'SymfonyComponentEventDispatcherDebugTraceableEventDispatcher' => __DIR__ '/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php',
    
'SymfonyComponentEventDispatcherDebugTraceableEventDispatcherInterface' => __DIR__ '/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php',
    
'SymfonyComponentEventDispatcherDebugWrappedListener' => __DIR__ '/Symfony/Component/EventDispatcher/Debug/WrappedListener.php',
    
'SymfonyComponentEventDispatcherDependencyInjectionRegisterListenersPass' => __DIR__ '/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php',
    
'SymfonyComponentEventDispatcherEvent' => __DIR__ '/Symfony/Component/EventDispatcher/Event.php',
    
'SymfonyComponentEventDispatcherEventDispatcher' => __DIR__ '/Symfony/Component/EventDispatcher/EventDispatcher.php',
    
'SymfonyComponentEventDispatcherEventDispatcherInterface' => __DIR__ '/Symfony/Component/EventDispatcher/EventDispatcherInterface.php',
    
'SymfonyComponentEventDispatcherEventSubscriberInterface' => __DIR__ '/Symfony/Component/EventDispatcher/EventSubscriberInterface.php',
    
'SymfonyComponentEventDispatcherGenericEvent' => __DIR__ '/Symfony/Component/EventDispatcher/GenericEvent.php',
    
'SymfonyComponentEventDispatcherImmutableEventDispatcher' => __DIR__ '/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php',
    
'SymfonyComponentEventDispatcherTestsAbstractEventDispatcherTest' => __DIR__ '/Symfony/Component/EventDispatcher/Tests/AbstractEventDispatcherTest.php',
    
'SymfonyComponentEventDispatcherTestsContainerAwareEventDispatcherTest' => __DIR__ '/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php',
    
'SymfonyComponentEventDispatcherTestsDebugTraceableEventDispatcherTest' => __DIR__ '/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php',
    
'SymfonyComponentEventDispatcherTestsDependencyInjectionRegisterListenersPassTest' => __DIR__ '/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php',
    
'SymfonyComponentEventDispatcherTestsEventDispatcherTest' => __DIR__ '/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php',
    
'SymfonyComponentEventDispatcherTestsEventTest' => __DIR__ '/Symfony/Component/EventDispatcher/Tests/EventTest.php',
    
'SymfonyComponentEventDispatcherTestsGenericEventTest' => __DIR__ '/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php',
    
'SymfonyComponentEventDispatcherTestsImmutableEventDispatcherTest' => __DIR__ '/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php',
    
'SymfonyComponentHttpFoundationAcceptHeader' => __DIR__ '/Symfony/Component/HttpFoundation/AcceptHeader.php',
    
'SymfonyComponentHttpFoundationAcceptHeaderItem' => __DIR__ '/Symfony/Component/HttpFoundation/AcceptHeaderItem.php',
    
'SymfonyComponentHttpFoundationApacheRequest' => __DIR__ '/Symfony/Component/HttpFoundation/ApacheRequest.php',
    
'SymfonyComponentHttpFoundationBinaryFileResponse' => __DIR__ '/Symfony/Component/HttpFoundation/BinaryFileResponse.php',
    
'SymfonyComponentHttpFoundationCookie' => __DIR__ '/Symfony/Component/HttpFoundation/Cookie.php',
    
'SymfonyComponentHttpFoundationExceptionConflictingHeadersException' => __DIR__ '/Symfony/Component/HttpFoundation/Exception/ConflictingHeadersException.php',
    
'SymfonyComponentHttpFoundationExceptionRequestExceptionInterface' => __DIR__ '/Symfony/Component/HttpFoundation/Exception/RequestExceptionInterface.php',
    
'SymfonyComponentHttpFoundationExceptionSuspiciousOperationException' => __DIR__ '/Symfony/Component/HttpFoundation/Exception/SuspiciousOperationException.php',
    
'SymfonyComponentHttpFoundationExpressionRequestMatcher' => __DIR__ '/Symfony/Component/HttpFoundation/ExpressionRequestMatcher.php',
    
'SymfonyComponentHttpFoundationFileExceptionAccessDeniedException' => __DIR__ '/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php',
    
'SymfonyComponentHttpFoundationFileExceptionFileException' => __DIR__ '/Symfony/Component/HttpFoundation/File/Exception/FileException.php',
    
'SymfonyComponentHttpFoundationFileExceptionFileNotFoundException' => __DIR__ '/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php',
    
'SymfonyComponentHttpFoundationFileExceptionUnexpectedTypeException' => __DIR__ '/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php',
    
'SymfonyComponentHttpFoundationFileExceptionUploadException' => __DIR__ '/Symfony/Component/HttpFoundation/File/Exception/UploadException.php',
    
'SymfonyComponentHttpFoundationFileFile' => __DIR__ '/Symfony/Component/HttpFoundation/File/File.php',
    
'SymfonyComponentHttpFoundationFileMimeTypeExtensionGuesser' => __DIR__ '/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesser.php',
    
'SymfonyComponentHttpFoundationFileMimeTypeExtensionGuesserInterface' => __DIR__ '/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesserInterface.php',
    
'SymfonyComponentHttpFoundationFileMimeTypeFileBinaryMimeTypeGuesser' => __DIR__ '/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php',
    
'SymfonyComponentHttpFoundationFileMimeTypeFileinfoMimeTypeGuesser' => __DIR__ '/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php',
    
'SymfonyComponentHttpFoundationFileMimeTypeMimeTypeExtensionGuesser' => __DIR__ '/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php',
    
'SymfonyComponentHttpFoundationFileMimeTypeMimeTypeGuesser' => __DIR__ '/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php',
    
'SymfonyComponentHttpFoundationFileMimeTypeMimeTypeGuesserInterface' => __DIR__ '/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php',
    
'SymfonyComponentHttpFoundationFileStream' => __DIR__ '/Symfony/Component/HttpFoundation/File/Stream.php',
    
'SymfonyComponentHttpFoundationFileUploadedFile' => __DIR__ '/Symfony/Component/HttpFoundation/File/UploadedFile.php',
    
'SymfonyComponentHttpFoundationFileBag' => __DIR__ '/Symfony/Component/HttpFoundation/FileBag.php',
    
'SymfonyComponentHttpFoundationHeaderBag' => __DIR__ '/Symfony/Component/HttpFoundation/HeaderBag.php',
    
'SymfonyComponentHttpFoundationIpUtils' => __DIR__ '/Symfony/Component/HttpFoundation/IpUtils.php',
    
'SymfonyComponentHttpFoundationJsonResponse' => __DIR__ '/Symfony/Component/HttpFoundation/JsonResponse.php',
    
'SymfonyComponentHttpFoundationParameterBag' => __DIR__ '/Symfony/Component/HttpFoundation/ParameterBag.php',
    
'SymfonyComponentHttpFoundationRedirectResponse' => __DIR__ '/Symfony/Component/HttpFoundation/RedirectResponse.php',
    
'SymfonyComponentHttpFoundationRequest' => __DIR__ '/Symfony/Component/HttpFoundation/Request.php',
    
'SymfonyComponentHttpFoundationRequestMatcher' => __DIR__ '/Symfony/Component/HttpFoundation/RequestMatcher.php',
    
'SymfonyComponentHttpFoundationRequestMatcherInterface' => __DIR__ '/Symfony/Component/HttpFoundation/RequestMatcherInterface.php',
    
'SymfonyComponentHttpFoundationRequestStack' => __DIR__ '/Symfony/Component/HttpFoundation/RequestStack.php',
    
'SymfonyComponentHttpFoundationResponse' => __DIR__ '/Symfony/Component/HttpFoundation/Response.php',
    
'SymfonyComponentHttpFoundationResponseHeaderBag' => __DIR__ '/Symfony/Component/HttpFoundation/ResponseHeaderBag.php',
    
'SymfonyComponentHttpFoundationServerBag' => __DIR__ '/Symfony/Component/HttpFoundation/ServerBag.php',
    
'SymfonyComponentHttpFoundationSessionAttributeAttributeBag' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php',
    
'SymfonyComponentHttpFoundationSessionAttributeAttributeBagInterface' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php',
    
'SymfonyComponentHttpFoundationSessionAttributeNamespacedAttributeBag' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Attribute/NamespacedAttributeBag.php',
    
'SymfonyComponentHttpFoundationSessionFlashAutoExpireFlashBag' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php',
    
'SymfonyComponentHttpFoundationSessionFlashFlashBag' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php',
    
'SymfonyComponentHttpFoundationSessionFlashFlashBagInterface' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php',
    
'SymfonyComponentHttpFoundationSessionSession' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Session.php',
    
'SymfonyComponentHttpFoundationSessionSessionBagInterface' => __DIR__ '/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php',
    
'SymfonyComponentHttpFoundationSessionSessionInterface' => __DIR__ '/Symfony/Component/HttpFoundation/Session/SessionInterface.php',
    
'SymfonyComponentHttpFoundationSessionStorageHandlerMemcachedSessionHandler' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php',
    
'SymfonyComponentHttpFoundationSessionStorageHandlerMemcacheSessionHandler' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php',
    
'SymfonyComponentHttpFoundationSessionStorageHandlerMongoDbSessionHandler' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php',
    
'SymfonyComponentHttpFoundationSessionStorageHandlerNativeFileSessionHandler' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php',
    
'SymfonyComponentHttpFoundationSessionStorageHandlerNativeSessionHandler' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeSessionHandler.php',
    
'SymfonyComponentHttpFoundationSessionStorageHandlerNullSessionHandler' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php',
    
'SymfonyComponentHttpFoundationSessionStorageHandlerPdoSessionHandler' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php',
    
'SymfonyComponentHttpFoundationSessionStorageHandlerWriteCheckSessionHandler' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/Handler/WriteCheckSessionHandler.php',
    
'SymfonyComponentHttpFoundationSessionStorageMetadataBag' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php',
    
'SymfonyComponentHttpFoundationSessionStorageMockArraySessionStorage' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php',
    
'SymfonyComponentHttpFoundationSessionStorageMockFileSessionStorage' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php',
    
'SymfonyComponentHttpFoundationSessionStorageNativeSessionStorage' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php',
    
'SymfonyComponentHttpFoundationSessionStoragePhpBridgeSessionStorage' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php',
    
'SymfonyComponentHttpFoundationSessionStorageProxyAbstractProxy' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php',
    
'SymfonyComponentHttpFoundationSessionStorageProxyNativeProxy' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/Proxy/NativeProxy.php',
    
'SymfonyComponentHttpFoundationSessionStorageProxySessionHandlerProxy' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php',
    
'SymfonyComponentHttpFoundationSessionStorageSessionStorageInterface' => __DIR__ '/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php',
    
'SymfonyComponentHttpFoundationStreamedResponse' => __DIR__ '/Symfony/Component/HttpFoundation/StreamedResponse.php',
    
'SymfonyComponentHttpFoundationTestsAcceptHeaderItemTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php',
    
'SymfonyComponentHttpFoundationTestsAcceptHeaderTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php',
    
'SymfonyComponentHttpFoundationTestsApacheRequestTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/ApacheRequestTest.php',
    
'SymfonyComponentHttpFoundationTestsBinaryFileResponseTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php',
    
'SymfonyComponentHttpFoundationTestsCookieTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/CookieTest.php',
    
'SymfonyComponentHttpFoundationTestsExpressionRequestMatcherTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/ExpressionRequestMatcherTest.php',
    
'SymfonyComponentHttpFoundationTestsFileFakeFile' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/File/FakeFile.php',
    
'SymfonyComponentHttpFoundationTestsFileFileTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/File/FileTest.php',
    
'SymfonyComponentHttpFoundationTestsFileMimeTypeMimeTypeTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/File/MimeType/MimeTypeTest.php',
    
'SymfonyComponentHttpFoundationTestsFileUploadedFileTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php',
    
'SymfonyComponentHttpFoundationTestsFileBagTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/FileBagTest.php',
    
'SymfonyComponentHttpFoundationTestsHeaderBagTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php',
    
'SymfonyComponentHttpFoundationTestsIpUtilsTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php',
    
'SymfonyComponentHttpFoundationTestsJsonResponseTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php',
    
'SymfonyComponentHttpFoundationTestsParameterBagTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php',
    
'SymfonyComponentHttpFoundationTestsRedirectResponseTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php',
    
'SymfonyComponentHttpFoundationTestsRequestMatcherTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php',
    
'SymfonyComponentHttpFoundationTestsRequestStackTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/RequestStackTest.php',
    
'SymfonyComponentHttpFoundationTestsRequestTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/RequestTest.php',
    
'SymfonyComponentHttpFoundationTestsResponseHeaderBagTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php',
    
'SymfonyComponentHttpFoundationTestsResponseTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/ResponseTest.php',
    
'SymfonyComponentHttpFoundationTestsResponseTestCase' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/ResponseTestCase.php',
    
'SymfonyComponentHttpFoundationTestsServerBagTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/ServerBagTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionAttributeAttributeBagTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionAttributeNamespacedAttributeBagTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionFlashAutoExpireFlashBagTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionFlashFlashBagTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionSessionTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionStorageHandlerMemcachedSessionHandlerTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionStorageHandlerMemcacheSessionHandlerTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionStorageHandlerMongoDbSessionHandlerTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionStorageHandlerNativeFileSessionHandlerTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionStorageHandlerNativeSessionHandlerTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionStorageHandlerNullSessionHandlerTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionStorageHandlerPdoSessionHandlerTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionStorageHandlerWriteCheckSessionHandlerTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/WriteCheckSessionHandlerTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionStorageMetadataBagTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionStorageMockArraySessionStorageTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionStorageMockFileSessionStorageTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionStorageNativeSessionStorageTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionStoragePhpBridgeSessionStorageTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionStorageProxyAbstractProxyTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionStorageProxyNativeProxyTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/NativeProxyTest.php',
    
'SymfonyComponentHttpFoundationTestsSessionStorageProxySessionHandlerProxyTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php',
    
'SymfonyComponentHttpFoundationTestsStreamedResponseTest' => __DIR__ '/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php',
    
'XsollaSDKAPIPaymentUIPaymentUIScriptRenderer' => __DIR__ '/Xsolla/SDK/API/PaymentUI/PaymentUIScriptRenderer.php',
    
'XsollaSDKAPIPaymentUITokenRequest' => __DIR__ '/Xsolla/SDK/API/PaymentUI/TokenRequest.php',
    
'XsollaSDKAPIResourcesxsolla-2015-07-23' => __DIR__ '/Xsolla/SDK/API/Resources/xsolla-2015-07-23.php',
    
'XsollaSDKAPIXsollaClient' => __DIR__ '/Xsolla/SDK/API/XsollaClient.php',
    
'XsollaSDKExceptionAPIAccessDeniedException' => __DIR__ '/Xsolla/SDK/Exception/API/AccessDeniedException.php',
    
'XsollaSDKExceptionAPIUnprocessableEntityException' => __DIR__ '/Xsolla/SDK/Exception/API/UnprocessableEntityException.php',
    
'XsollaSDKExceptionAPIXsollaAPIException' => __DIR__ '/Xsolla/SDK/Exception/API/XsollaAPIException.php',
    
'XsollaSDKExceptionWebhookClientErrorException' => __DIR__ '/Xsolla/SDK/Exception/Webhook/ClientErrorException.php',
    
'XsollaSDKExceptionWebhookInvalidAmountException' => __DIR__ '/Xsolla/SDK/Exception/Webhook/InvalidAmountException.php',
    
'XsollaSDKExceptionWebhookInvalidClientIpException' => __DIR__ '/Xsolla/SDK/Exception/Webhook/InvalidClientIpException.php',
    
'XsollaSDKExceptionWebhookInvalidInvoiceException' => __DIR__ '/Xsolla/SDK/Exception/Webhook/InvalidInvoiceException.php',
    
'XsollaSDKExceptionWebhookInvalidParameterException' => __DIR__ '/Xsolla/SDK/Exception/Webhook/InvalidParameterException.php',
    
'XsollaSDKExceptionWebhookInvalidSignatureException' => __DIR__ '/Xsolla/SDK/Exception/Webhook/InvalidSignatureException.php',
    
'XsollaSDKExceptionWebhookInvalidUserException' => __DIR__ '/Xsolla/SDK/Exception/Webhook/InvalidUserException.php',
    
'XsollaSDKExceptionWebhookServerErrorException' => __DIR__ '/Xsolla/SDK/Exception/Webhook/ServerErrorException.php',
    
'XsollaSDKExceptionWebhookXsollaWebhookException' => __DIR__ '/Xsolla/SDK/Exception/Webhook/XsollaWebhookException.php',
    
'XsollaSDKExceptionXsollaException' => __DIR__ '/Xsolla/SDK/Exception/XsollaException.php',
    
'XsollaSDKVersion' => __DIR__ '/Xsolla/SDK/Version.php',
    
'XsollaSDKWebhookMessageCancelSubscriptionMessage' => __DIR__ '/Xsolla/SDK/Webhook/Message/CancelSubscriptionMessage.php',
    
'XsollaSDKWebhookMessageCreateSubscriptionMessage' => __DIR__ '/Xsolla/SDK/Webhook/Message/CreateSubscriptionMessage.php',
    
'XsollaSDKWebhookMessageGetPinCodeMessage' => __DIR__ '/Xsolla/SDK/Webhook/Message/GetPinCodeMessage.php',
    
'XsollaSDKWebhookMessageMessage' => __DIR__ '/Xsolla/SDK/Webhook/Message/Message.php',
    
'XsollaSDKWebhookMessagePaymentMessage' => __DIR__ '/Xsolla/SDK/Webhook/Message/PaymentMessage.php',
    
'XsollaSDKWebhookMessageRefundMessage' => __DIR__ '/Xsolla/SDK/Webhook/Message/RefundMessage.php',
    
'XsollaSDKWebhookMessageUpdateSubscriptionMessage' => __DIR__ '/Xsolla/SDK/Webhook/Message/UpdateSubscriptionMessage.php',
    
'XsollaSDKWebhookMessageUserBalanceMessage' => __DIR__ '/Xsolla/SDK/Webhook/Message/UserBalanceMessage.php',
    
'XsollaSDKWebhookMessageUserSearchMessage' => __DIR__ '/Xsolla/SDK/Webhook/Message/UserSearchMessage.php',
    
'XsollaSDKWebhookMessageUserValidationMessage' => __DIR__ '/Xsolla/SDK/Webhook/Message/UserValidationMessage.php',
    
'XsollaSDKWebhookResponsePinCodeResponse' => __DIR__ '/Xsolla/SDK/Webhook/Response/PinCodeResponse.php',
    
'XsollaSDKWebhookResponseUserResponse' => __DIR__ '/Xsolla/SDK/Webhook/Response/UserResponse.php',
    
'XsollaSDKWebhookUser' => __DIR__ '/Xsolla/SDK/Webhook/User.php',
    
'XsollaSDKWebhookWebhookAuthenticator' => __DIR__ '/Xsolla/SDK/Webhook/WebhookAuthenticator.php',
    
'XsollaSDKWebhookWebhookRequest' => __DIR__ '/Xsolla/SDK/Webhook/WebhookRequest.php',
    
'XsollaSDKWebhookWebhookResponse' => __DIR__ '/Xsolla/SDK/Webhook/WebhookResponse.php',
    
'XsollaSDKWebhookWebhookServer' => __DIR__ '/Xsolla/SDK/Webhook/WebhookServer.php',
);

spl_autoload_register(function ($class) use ($mapping) {
    if (isset(
$mapping[$class])) {
        require 
$mapping[$class];
    }
}, 
true);
Онлайн: 2
Реклама