/usr/share/php/ProxyManager/autoload.php is in php-proxy-manager 2.0.0-1ubuntu1.
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 | <?php
require_once 'Zend/Code/autoload.php';
if (stream_resolve_include_path('GeneratedHydrator/autoload.php')){
include_once 'GeneratedHydrator/autoload.php';
}
if (stream_resolve_include_path('Zend/XmlRpc/autoload.php')){
include_once 'Zend/XmlRpc/autoload.php';
}
if (stream_resolve_include_path('Zend/Json/autoload.php')){
include_once 'Zend/Json/autoload.php';
}
if (stream_resolve_include_path('Zend/Soap/autoload.php')){
include_once 'Zend/Soap/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(
'proxymanager\\autoloader\\autoloader' => '/Autoloader/Autoloader.php',
'proxymanager\\autoloader\\autoloaderinterface' => '/Autoloader/AutoloaderInterface.php',
'proxymanager\\configuration' => '/Configuration.php',
'proxymanager\\exception\\disabledmethodexception' => '/Exception/DisabledMethodException.php',
'proxymanager\\exception\\exceptioninterface' => '/Exception/ExceptionInterface.php',
'proxymanager\\exception\\filenotwritableexception' => '/Exception/FileNotWritableException.php',
'proxymanager\\exception\\invalidproxiedclassexception' => '/Exception/InvalidProxiedClassException.php',
'proxymanager\\exception\\invalidproxydirectoryexception' => '/Exception/InvalidProxyDirectoryException.php',
'proxymanager\\exception\\unsupportedproxiedclassexception' => '/Exception/UnsupportedProxiedClassException.php',
'proxymanager\\factory\\abstractbasefactory' => '/Factory/AbstractBaseFactory.php',
'proxymanager\\factory\\accessinterceptorscopelocalizerfactory' => '/Factory/AccessInterceptorScopeLocalizerFactory.php',
'proxymanager\\factory\\accessinterceptorvalueholderfactory' => '/Factory/AccessInterceptorValueHolderFactory.php',
'proxymanager\\factory\\lazyloadingghostfactory' => '/Factory/LazyLoadingGhostFactory.php',
'proxymanager\\factory\\lazyloadingvalueholderfactory' => '/Factory/LazyLoadingValueHolderFactory.php',
'proxymanager\\factory\\nullobjectfactory' => '/Factory/NullObjectFactory.php',
'proxymanager\\factory\\remoteobject\\adapter\\baseadapter' => '/Factory/RemoteObject/Adapter/BaseAdapter.php',
'proxymanager\\factory\\remoteobject\\adapter\\jsonrpc' => '/Factory/RemoteObject/Adapter/JsonRpc.php',
'proxymanager\\factory\\remoteobject\\adapter\\soap' => '/Factory/RemoteObject/Adapter/Soap.php',
'proxymanager\\factory\\remoteobject\\adapter\\xmlrpc' => '/Factory/RemoteObject/Adapter/XmlRpc.php',
'proxymanager\\factory\\remoteobject\\adapterinterface' => '/Factory/RemoteObject/AdapterInterface.php',
'proxymanager\\factory\\remoteobjectfactory' => '/Factory/RemoteObjectFactory.php',
'proxymanager\\filelocator\\filelocator' => '/FileLocator/FileLocator.php',
'proxymanager\\filelocator\\filelocatorinterface' => '/FileLocator/FileLocatorInterface.php',
'proxymanager\\generator\\classgenerator' => '/Generator/ClassGenerator.php',
'proxymanager\\generator\\magicmethodgenerator' => '/Generator/MagicMethodGenerator.php',
'proxymanager\\generator\\methodgenerator' => '/Generator/MethodGenerator.php',
'proxymanager\\generator\\util\\classgeneratorutils' => '/Generator/Util/ClassGeneratorUtils.php',
'proxymanager\\generator\\util\\uniqueidentifiergenerator' => '/Generator/Util/UniqueIdentifierGenerator.php',
'proxymanager\\generatorstrategy\\basegeneratorstrategy' => '/GeneratorStrategy/BaseGeneratorStrategy.php',
'proxymanager\\generatorstrategy\\evaluatinggeneratorstrategy' => '/GeneratorStrategy/EvaluatingGeneratorStrategy.php',
'proxymanager\\generatorstrategy\\filewritergeneratorstrategy' => '/GeneratorStrategy/FileWriterGeneratorStrategy.php',
'proxymanager\\generatorstrategy\\generatorstrategyinterface' => '/GeneratorStrategy/GeneratorStrategyInterface.php',
'proxymanager\\inflector\\classnameinflector' => '/Inflector/ClassNameInflector.php',
'proxymanager\\inflector\\classnameinflectorinterface' => '/Inflector/ClassNameInflectorInterface.php',
'proxymanager\\inflector\\util\\parameterencoder' => '/Inflector/Util/ParameterEncoder.php',
'proxymanager\\inflector\\util\\parameterhasher' => '/Inflector/Util/ParameterHasher.php',
'proxymanager\\proxy\\accessinterceptorinterface' => '/Proxy/AccessInterceptorInterface.php',
'proxymanager\\proxy\\accessinterceptorvalueholderinterface' => '/Proxy/AccessInterceptorValueHolderInterface.php',
'proxymanager\\proxy\\exception\\remoteobjectexception' => '/Proxy/Exception/RemoteObjectException.php',
'proxymanager\\proxy\\fallbackvalueholderinterface' => '/Proxy/FallbackValueHolderInterface.php',
'proxymanager\\proxy\\ghostobjectinterface' => '/Proxy/GhostObjectInterface.php',
'proxymanager\\proxy\\lazyloadinginterface' => '/Proxy/LazyLoadingInterface.php',
'proxymanager\\proxy\\nullobjectinterface' => '/Proxy/NullObjectInterface.php',
'proxymanager\\proxy\\proxyinterface' => '/Proxy/ProxyInterface.php',
'proxymanager\\proxy\\remoteobjectinterface' => '/Proxy/RemoteObjectInterface.php',
'proxymanager\\proxy\\smartreferenceinterface' => '/Proxy/SmartReferenceInterface.php',
'proxymanager\\proxy\\valueholderinterface' => '/Proxy/ValueHolderInterface.php',
'proxymanager\\proxy\\virtualproxyinterface' => '/Proxy/VirtualProxyInterface.php',
'proxymanager\\proxygenerator\\accessinterceptor\\methodgenerator\\magicwakeup' => '/ProxyGenerator/AccessInterceptor/MethodGenerator/MagicWakeup.php',
'proxymanager\\proxygenerator\\accessinterceptor\\methodgenerator\\setmethodprefixinterceptor' => '/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodPrefixInterceptor.php',
'proxymanager\\proxygenerator\\accessinterceptor\\methodgenerator\\setmethodsuffixinterceptor' => '/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodSuffixInterceptor.php',
'proxymanager\\proxygenerator\\accessinterceptor\\propertygenerator\\methodprefixinterceptors' => '/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodPrefixInterceptors.php',
'proxymanager\\proxygenerator\\accessinterceptor\\propertygenerator\\methodsuffixinterceptors' => '/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodSuffixInterceptors.php',
'proxymanager\\proxygenerator\\accessinterceptorscopelocalizer\\methodgenerator\\bindproxyproperties' => '/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/BindProxyProperties.php',
'proxymanager\\proxygenerator\\accessinterceptorscopelocalizer\\methodgenerator\\interceptedmethod' => '/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/InterceptedMethod.php',
'proxymanager\\proxygenerator\\accessinterceptorscopelocalizer\\methodgenerator\\magicclone' => '/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicClone.php',
'proxymanager\\proxygenerator\\accessinterceptorscopelocalizer\\methodgenerator\\magicget' => '/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicGet.php',
'proxymanager\\proxygenerator\\accessinterceptorscopelocalizer\\methodgenerator\\magicisset' => '/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicIsset.php',
'proxymanager\\proxygenerator\\accessinterceptorscopelocalizer\\methodgenerator\\magicset' => '/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSet.php',
'proxymanager\\proxygenerator\\accessinterceptorscopelocalizer\\methodgenerator\\magicsleep' => '/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSleep.php',
'proxymanager\\proxygenerator\\accessinterceptorscopelocalizer\\methodgenerator\\magicunset' => '/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicUnset.php',
'proxymanager\\proxygenerator\\accessinterceptorscopelocalizer\\methodgenerator\\staticproxyconstructor' => '/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/StaticProxyConstructor.php',
'proxymanager\\proxygenerator\\accessinterceptorscopelocalizer\\methodgenerator\\util\\interceptorgenerator' => '/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util/InterceptorGenerator.php',
'proxymanager\\proxygenerator\\accessinterceptorscopelocalizergenerator' => '/ProxyGenerator/AccessInterceptorScopeLocalizerGenerator.php',
'proxymanager\\proxygenerator\\accessinterceptorvalueholder\\methodgenerator\\interceptedmethod' => '/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/InterceptedMethod.php',
'proxymanager\\proxygenerator\\accessinterceptorvalueholder\\methodgenerator\\magicclone' => '/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicClone.php',
'proxymanager\\proxygenerator\\accessinterceptorvalueholder\\methodgenerator\\magicget' => '/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicGet.php',
'proxymanager\\proxygenerator\\accessinterceptorvalueholder\\methodgenerator\\magicisset' => '/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicIsset.php',
'proxymanager\\proxygenerator\\accessinterceptorvalueholder\\methodgenerator\\magicset' => '/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicSet.php',
'proxymanager\\proxygenerator\\accessinterceptorvalueholder\\methodgenerator\\magicunset' => '/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicUnset.php',
'proxymanager\\proxygenerator\\accessinterceptorvalueholder\\methodgenerator\\staticproxyconstructor' => '/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/StaticProxyConstructor.php',
'proxymanager\\proxygenerator\\accessinterceptorvalueholder\\methodgenerator\\util\\interceptorgenerator' => '/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util/InterceptorGenerator.php',
'proxymanager\\proxygenerator\\accessinterceptorvalueholdergenerator' => '/ProxyGenerator/AccessInterceptorValueHolderGenerator.php',
'proxymanager\\proxygenerator\\assertion\\canproxyassertion' => '/ProxyGenerator/Assertion/CanProxyAssertion.php',
'proxymanager\\proxygenerator\\lazyloading\\methodgenerator\\staticproxyconstructor' => '/ProxyGenerator/LazyLoading/MethodGenerator/StaticProxyConstructor.php',
'proxymanager\\proxygenerator\\lazyloadingghost\\methodgenerator\\callinitializer' => '/ProxyGenerator/LazyLoadingGhost/MethodGenerator/CallInitializer.php',
'proxymanager\\proxygenerator\\lazyloadingghost\\methodgenerator\\getproxyinitializer' => '/ProxyGenerator/LazyLoadingGhost/MethodGenerator/GetProxyInitializer.php',
'proxymanager\\proxygenerator\\lazyloadingghost\\methodgenerator\\initializeproxy' => '/ProxyGenerator/LazyLoadingGhost/MethodGenerator/InitializeProxy.php',
'proxymanager\\proxygenerator\\lazyloadingghost\\methodgenerator\\isproxyinitialized' => '/ProxyGenerator/LazyLoadingGhost/MethodGenerator/IsProxyInitialized.php',
'proxymanager\\proxygenerator\\lazyloadingghost\\methodgenerator\\magicclone' => '/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicClone.php',
'proxymanager\\proxygenerator\\lazyloadingghost\\methodgenerator\\magicget' => '/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicGet.php',
'proxymanager\\proxygenerator\\lazyloadingghost\\methodgenerator\\magicisset' => '/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicIsset.php',
'proxymanager\\proxygenerator\\lazyloadingghost\\methodgenerator\\magicset' => '/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSet.php',
'proxymanager\\proxygenerator\\lazyloadingghost\\methodgenerator\\magicsleep' => '/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSleep.php',
'proxymanager\\proxygenerator\\lazyloadingghost\\methodgenerator\\magicunset' => '/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicUnset.php',
'proxymanager\\proxygenerator\\lazyloadingghost\\methodgenerator\\setproxyinitializer' => '/ProxyGenerator/LazyLoadingGhost/MethodGenerator/SetProxyInitializer.php',
'proxymanager\\proxygenerator\\lazyloadingghost\\propertygenerator\\initializationtracker' => '/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializationTracker.php',
'proxymanager\\proxygenerator\\lazyloadingghost\\propertygenerator\\initializerproperty' => '/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializerProperty.php',
'proxymanager\\proxygenerator\\lazyloadingghost\\propertygenerator\\privatepropertiesmap' => '/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/PrivatePropertiesMap.php',
'proxymanager\\proxygenerator\\lazyloadingghost\\propertygenerator\\protectedpropertiesmap' => '/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/ProtectedPropertiesMap.php',
'proxymanager\\proxygenerator\\lazyloadingghostgenerator' => '/ProxyGenerator/LazyLoadingGhostGenerator.php',
'proxymanager\\proxygenerator\\lazyloadingvalueholder\\methodgenerator\\getproxyinitializer' => '/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/GetProxyInitializer.php',
'proxymanager\\proxygenerator\\lazyloadingvalueholder\\methodgenerator\\initializeproxy' => '/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/InitializeProxy.php',
'proxymanager\\proxygenerator\\lazyloadingvalueholder\\methodgenerator\\isproxyinitialized' => '/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/IsProxyInitialized.php',
'proxymanager\\proxygenerator\\lazyloadingvalueholder\\methodgenerator\\lazyloadingmethodinterceptor' => '/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/LazyLoadingMethodInterceptor.php',
'proxymanager\\proxygenerator\\lazyloadingvalueholder\\methodgenerator\\magicclone' => '/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicClone.php',
'proxymanager\\proxygenerator\\lazyloadingvalueholder\\methodgenerator\\magicget' => '/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicGet.php',
'proxymanager\\proxygenerator\\lazyloadingvalueholder\\methodgenerator\\magicisset' => '/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicIsset.php',
'proxymanager\\proxygenerator\\lazyloadingvalueholder\\methodgenerator\\magicset' => '/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSet.php',
'proxymanager\\proxygenerator\\lazyloadingvalueholder\\methodgenerator\\magicsleep' => '/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSleep.php',
'proxymanager\\proxygenerator\\lazyloadingvalueholder\\methodgenerator\\magicunset' => '/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicUnset.php',
'proxymanager\\proxygenerator\\lazyloadingvalueholder\\methodgenerator\\setproxyinitializer' => '/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/SetProxyInitializer.php',
'proxymanager\\proxygenerator\\lazyloadingvalueholder\\propertygenerator\\initializerproperty' => '/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/InitializerProperty.php',
'proxymanager\\proxygenerator\\lazyloadingvalueholder\\propertygenerator\\valueholderproperty' => '/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/ValueHolderProperty.php',
'proxymanager\\proxygenerator\\lazyloadingvalueholdergenerator' => '/ProxyGenerator/LazyLoadingValueHolderGenerator.php',
'proxymanager\\proxygenerator\\nullobject\\methodgenerator\\nullobjectmethodinterceptor' => '/ProxyGenerator/NullObject/MethodGenerator/NullObjectMethodInterceptor.php',
'proxymanager\\proxygenerator\\nullobject\\methodgenerator\\staticproxyconstructor' => '/ProxyGenerator/NullObject/MethodGenerator/StaticProxyConstructor.php',
'proxymanager\\proxygenerator\\nullobjectgenerator' => '/ProxyGenerator/NullObjectGenerator.php',
'proxymanager\\proxygenerator\\propertygenerator\\publicpropertiesmap' => '/ProxyGenerator/PropertyGenerator/PublicPropertiesMap.php',
'proxymanager\\proxygenerator\\proxygeneratorinterface' => '/ProxyGenerator/ProxyGeneratorInterface.php',
'proxymanager\\proxygenerator\\remoteobject\\methodgenerator\\magicget' => '/ProxyGenerator/RemoteObject/MethodGenerator/MagicGet.php',
'proxymanager\\proxygenerator\\remoteobject\\methodgenerator\\magicisset' => '/ProxyGenerator/RemoteObject/MethodGenerator/MagicIsset.php',
'proxymanager\\proxygenerator\\remoteobject\\methodgenerator\\magicset' => '/ProxyGenerator/RemoteObject/MethodGenerator/MagicSet.php',
'proxymanager\\proxygenerator\\remoteobject\\methodgenerator\\magicunset' => '/ProxyGenerator/RemoteObject/MethodGenerator/MagicUnset.php',
'proxymanager\\proxygenerator\\remoteobject\\methodgenerator\\remoteobjectmethod' => '/ProxyGenerator/RemoteObject/MethodGenerator/RemoteObjectMethod.php',
'proxymanager\\proxygenerator\\remoteobject\\methodgenerator\\staticproxyconstructor' => '/ProxyGenerator/RemoteObject/MethodGenerator/StaticProxyConstructor.php',
'proxymanager\\proxygenerator\\remoteobject\\propertygenerator\\adapterproperty' => '/ProxyGenerator/RemoteObject/PropertyGenerator/AdapterProperty.php',
'proxymanager\\proxygenerator\\remoteobjectgenerator' => '/ProxyGenerator/RemoteObjectGenerator.php',
'proxymanager\\proxygenerator\\util\\properties' => '/ProxyGenerator/Util/Properties.php',
'proxymanager\\proxygenerator\\util\\proxiedmethodsfilter' => '/ProxyGenerator/Util/ProxiedMethodsFilter.php',
'proxymanager\\proxygenerator\\util\\publicscopesimulator' => '/ProxyGenerator/Util/PublicScopeSimulator.php',
'proxymanager\\proxygenerator\\util\\unsetpropertiesgenerator' => '/ProxyGenerator/Util/UnsetPropertiesGenerator.php',
'proxymanager\\proxygenerator\\valueholder\\methodgenerator\\constructor' => '/ProxyGenerator/ValueHolder/MethodGenerator/Constructor.php',
'proxymanager\\proxygenerator\\valueholder\\methodgenerator\\getwrappedvalueholdervalue' => '/ProxyGenerator/ValueHolder/MethodGenerator/GetWrappedValueHolderValue.php',
'proxymanager\\proxygenerator\\valueholder\\methodgenerator\\magicsleep' => '/ProxyGenerator/ValueHolder/MethodGenerator/MagicSleep.php',
'proxymanager\\signature\\classsignaturegenerator' => '/Signature/ClassSignatureGenerator.php',
'proxymanager\\signature\\classsignaturegeneratorinterface' => '/Signature/ClassSignatureGeneratorInterface.php',
'proxymanager\\signature\\exception\\exceptioninterface' => '/Signature/Exception/ExceptionInterface.php',
'proxymanager\\signature\\exception\\invalidsignatureexception' => '/Signature/Exception/InvalidSignatureException.php',
'proxymanager\\signature\\exception\\missingsignatureexception' => '/Signature/Exception/MissingSignatureException.php',
'proxymanager\\signature\\signaturechecker' => '/Signature/SignatureChecker.php',
'proxymanager\\signature\\signaturecheckerinterface' => '/Signature/SignatureCheckerInterface.php',
'proxymanager\\signature\\signaturegenerator' => '/Signature/SignatureGenerator.php',
'proxymanager\\signature\\signaturegeneratorinterface' => '/Signature/SignatureGeneratorInterface.php',
'proxymanager\\stub\\emptyclassstub' => '/Stub/EmptyClassStub.php',
'proxymanager\\version' => '/Version.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn])) {
require __DIR__ . $classes[$cn];
}
}
);
// @codeCoverageIgnoreEnd
|