/usr/share/php/Doctrine/Common/autoload.php is in php-doctrine-common 2.6.1-2.
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 | <?php
require_once 'Doctrine/Common/Inflector/autoload.php';
require_once 'Doctrine/Common/Cache/autoload.php';
require_once 'Doctrine/Common/Collections/autoload.php';
require_once 'Doctrine/Common/Lexer/autoload.php';
require_once 'Doctrine/Common/Annotations/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(
'doctrine\\common\\classloader' => '/ClassLoader.php',
'doctrine\\common\\commonexception' => '/CommonException.php',
'doctrine\\common\\comparable' => '/Comparable.php',
'doctrine\\common\\eventargs' => '/EventArgs.php',
'doctrine\\common\\eventmanager' => '/EventManager.php',
'doctrine\\common\\eventsubscriber' => '/EventSubscriber.php',
'doctrine\\common\\lexer' => '/Lexer.php',
'doctrine\\common\\notifypropertychanged' => '/NotifyPropertyChanged.php',
'doctrine\\common\\persistence\\abstractmanagerregistry' => '/Persistence/AbstractManagerRegistry.php',
'doctrine\\common\\persistence\\connectionregistry' => '/Persistence/ConnectionRegistry.php',
'doctrine\\common\\persistence\\event\\lifecycleeventargs' => '/Persistence/Event/LifecycleEventArgs.php',
'doctrine\\common\\persistence\\event\\loadclassmetadataeventargs' => '/Persistence/Event/LoadClassMetadataEventArgs.php',
'doctrine\\common\\persistence\\event\\managereventargs' => '/Persistence/Event/ManagerEventArgs.php',
'doctrine\\common\\persistence\\event\\oncleareventargs' => '/Persistence/Event/OnClearEventArgs.php',
'doctrine\\common\\persistence\\event\\preupdateeventargs' => '/Persistence/Event/PreUpdateEventArgs.php',
'doctrine\\common\\persistence\\managerregistry' => '/Persistence/ManagerRegistry.php',
'doctrine\\common\\persistence\\mapping\\abstractclassmetadatafactory' => '/Persistence/Mapping/AbstractClassMetadataFactory.php',
'doctrine\\common\\persistence\\mapping\\classmetadata' => '/Persistence/Mapping/ClassMetadata.php',
'doctrine\\common\\persistence\\mapping\\classmetadatafactory' => '/Persistence/Mapping/ClassMetadataFactory.php',
'doctrine\\common\\persistence\\mapping\\driver\\annotationdriver' => '/Persistence/Mapping/Driver/AnnotationDriver.php',
'doctrine\\common\\persistence\\mapping\\driver\\defaultfilelocator' => '/Persistence/Mapping/Driver/DefaultFileLocator.php',
'doctrine\\common\\persistence\\mapping\\driver\\filedriver' => '/Persistence/Mapping/Driver/FileDriver.php',
'doctrine\\common\\persistence\\mapping\\driver\\filelocator' => '/Persistence/Mapping/Driver/FileLocator.php',
'doctrine\\common\\persistence\\mapping\\driver\\mappingdriver' => '/Persistence/Mapping/Driver/MappingDriver.php',
'doctrine\\common\\persistence\\mapping\\driver\\mappingdriverchain' => '/Persistence/Mapping/Driver/MappingDriverChain.php',
'doctrine\\common\\persistence\\mapping\\driver\\phpdriver' => '/Persistence/Mapping/Driver/PHPDriver.php',
'doctrine\\common\\persistence\\mapping\\driver\\staticphpdriver' => '/Persistence/Mapping/Driver/StaticPHPDriver.php',
'doctrine\\common\\persistence\\mapping\\driver\\symfonyfilelocator' => '/Persistence/Mapping/Driver/SymfonyFileLocator.php',
'doctrine\\common\\persistence\\mapping\\mappingexception' => '/Persistence/Mapping/MappingException.php',
'doctrine\\common\\persistence\\mapping\\reflectionservice' => '/Persistence/Mapping/ReflectionService.php',
'doctrine\\common\\persistence\\mapping\\runtimereflectionservice' => '/Persistence/Mapping/RuntimeReflectionService.php',
'doctrine\\common\\persistence\\mapping\\staticreflectionservice' => '/Persistence/Mapping/StaticReflectionService.php',
'doctrine\\common\\persistence\\objectmanager' => '/Persistence/ObjectManager.php',
'doctrine\\common\\persistence\\objectmanageraware' => '/Persistence/ObjectManagerAware.php',
'doctrine\\common\\persistence\\objectmanagerdecorator' => '/Persistence/ObjectManagerDecorator.php',
'doctrine\\common\\persistence\\objectrepository' => '/Persistence/ObjectRepository.php',
'doctrine\\common\\persistence\\persistentobject' => '/Persistence/PersistentObject.php',
'doctrine\\common\\persistence\\proxy' => '/Persistence/Proxy.php',
'doctrine\\common\\propertychangedlistener' => '/PropertyChangedListener.php',
'doctrine\\common\\proxy\\abstractproxyfactory' => '/Proxy/AbstractProxyFactory.php',
'doctrine\\common\\proxy\\autoloader' => '/Proxy/Autoloader.php',
'doctrine\\common\\proxy\\exception\\invalidargumentexception' => '/Proxy/Exception/InvalidArgumentException.php',
'doctrine\\common\\proxy\\exception\\outofboundsexception' => '/Proxy/Exception/OutOfBoundsException.php',
'doctrine\\common\\proxy\\exception\\proxyexception' => '/Proxy/Exception/ProxyException.php',
'doctrine\\common\\proxy\\exception\\unexpectedvalueexception' => '/Proxy/Exception/UnexpectedValueException.php',
'doctrine\\common\\proxy\\proxy' => '/Proxy/Proxy.php',
'doctrine\\common\\proxy\\proxydefinition' => '/Proxy/ProxyDefinition.php',
'doctrine\\common\\proxy\\proxygenerator' => '/Proxy/ProxyGenerator.php',
'doctrine\\common\\reflection\\classfinderinterface' => '/Reflection/ClassFinderInterface.php',
'doctrine\\common\\reflection\\psr0findfile' => '/Reflection/Psr0FindFile.php',
'doctrine\\common\\reflection\\reflectionproviderinterface' => '/Reflection/ReflectionProviderInterface.php',
'doctrine\\common\\reflection\\runtimepublicreflectionproperty' => '/Reflection/RuntimePublicReflectionProperty.php',
'doctrine\\common\\reflection\\staticreflectionclass' => '/Reflection/StaticReflectionClass.php',
'doctrine\\common\\reflection\\staticreflectionmethod' => '/Reflection/StaticReflectionMethod.php',
'doctrine\\common\\reflection\\staticreflectionparser' => '/Reflection/StaticReflectionParser.php',
'doctrine\\common\\reflection\\staticreflectionproperty' => '/Reflection/StaticReflectionProperty.php',
'doctrine\\common\\util\\classutils' => '/Util/ClassUtils.php',
'doctrine\\common\\util\\debug' => '/Util/Debug.php',
'doctrine\\common\\util\\inflector' => '/Util/Inflector.php',
'doctrine\\common\\version' => '/Version.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn])) {
require __DIR__ . $classes[$cn];
}
},
true,
false
);
// @codeCoverageIgnoreEnd
|