This file is indexed.

/usr/share/php/Symfony/Component/Serializer/autoload.php is in php-symfony-serializer 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
<?php

if (stream_resolve_include_path('Doctrine/Common/Annotations/autoload.php')){
    include_once 'Doctrine/Common/Annotations/autoload.php';
}
if (stream_resolve_include_path('Doctrine/Common/Cache/autoload.php')){
    include_once 'Doctrine/Common/Cache/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/Yaml/autoload.php')){
    include_once 'Symfony/Component/Yaml/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/PropertyAccess/autoload.php')){
    include_once 'Symfony/Component/PropertyAccess/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\\serializer\\annotation\\groups' => '/Annotation/Groups.php',
                'symfony\\component\\serializer\\encoder\\chaindecoder' => '/Encoder/ChainDecoder.php',
                'symfony\\component\\serializer\\encoder\\chainencoder' => '/Encoder/ChainEncoder.php',
                'symfony\\component\\serializer\\encoder\\decoderinterface' => '/Encoder/DecoderInterface.php',
                'symfony\\component\\serializer\\encoder\\encoderinterface' => '/Encoder/EncoderInterface.php',
                'symfony\\component\\serializer\\encoder\\jsondecode' => '/Encoder/JsonDecode.php',
                'symfony\\component\\serializer\\encoder\\jsonencode' => '/Encoder/JsonEncode.php',
                'symfony\\component\\serializer\\encoder\\jsonencoder' => '/Encoder/JsonEncoder.php',
                'symfony\\component\\serializer\\encoder\\normalizationawareinterface' => '/Encoder/NormalizationAwareInterface.php',
                'symfony\\component\\serializer\\encoder\\serializerawareencoder' => '/Encoder/SerializerAwareEncoder.php',
                'symfony\\component\\serializer\\encoder\\xmlencoder' => '/Encoder/XmlEncoder.php',
                'symfony\\component\\serializer\\exception\\circularreferenceexception' => '/Exception/CircularReferenceException.php',
                'symfony\\component\\serializer\\exception\\exception' => '/Exception/Exception.php',
                'symfony\\component\\serializer\\exception\\exceptioninterface' => '/Exception/ExceptionInterface.php',
                'symfony\\component\\serializer\\exception\\invalidargumentexception' => '/Exception/InvalidArgumentException.php',
                'symfony\\component\\serializer\\exception\\logicexception' => '/Exception/LogicException.php',
                'symfony\\component\\serializer\\exception\\mappingexception' => '/Exception/MappingException.php',
                'symfony\\component\\serializer\\exception\\runtimeexception' => '/Exception/RuntimeException.php',
                'symfony\\component\\serializer\\exception\\unexpectedvalueexception' => '/Exception/UnexpectedValueException.php',
                'symfony\\component\\serializer\\exception\\unsupportedexception' => '/Exception/UnsupportedException.php',
                'symfony\\component\\serializer\\mapping\\attributemetadata' => '/Mapping/AttributeMetadata.php',
                'symfony\\component\\serializer\\mapping\\attributemetadatainterface' => '/Mapping/AttributeMetadataInterface.php',
                'symfony\\component\\serializer\\mapping\\classmetadata' => '/Mapping/ClassMetadata.php',
                'symfony\\component\\serializer\\mapping\\classmetadatainterface' => '/Mapping/ClassMetadataInterface.php',
                'symfony\\component\\serializer\\mapping\\factory\\classmetadatafactory' => '/Mapping/Factory/ClassMetadataFactory.php',
                'symfony\\component\\serializer\\mapping\\factory\\classmetadatafactoryinterface' => '/Mapping/Factory/ClassMetadataFactoryInterface.php',
                'symfony\\component\\serializer\\mapping\\loader\\annotationloader' => '/Mapping/Loader/AnnotationLoader.php',
                'symfony\\component\\serializer\\mapping\\loader\\fileloader' => '/Mapping/Loader/FileLoader.php',
                'symfony\\component\\serializer\\mapping\\loader\\loaderchain' => '/Mapping/Loader/LoaderChain.php',
                'symfony\\component\\serializer\\mapping\\loader\\loaderinterface' => '/Mapping/Loader/LoaderInterface.php',
                'symfony\\component\\serializer\\mapping\\loader\\xmlfileloader' => '/Mapping/Loader/XmlFileLoader.php',
                'symfony\\component\\serializer\\mapping\\loader\\yamlfileloader' => '/Mapping/Loader/YamlFileLoader.php',
                'symfony\\component\\serializer\\nameconverter\\camelcasetosnakecasenameconverter' => '/NameConverter/CamelCaseToSnakeCaseNameConverter.php',
                'symfony\\component\\serializer\\nameconverter\\nameconverterinterface' => '/NameConverter/NameConverterInterface.php',
                'symfony\\component\\serializer\\normalizer\\abstractnormalizer' => '/Normalizer/AbstractNormalizer.php',
                'symfony\\component\\serializer\\normalizer\\customnormalizer' => '/Normalizer/CustomNormalizer.php',
                'symfony\\component\\serializer\\normalizer\\denormalizableinterface' => '/Normalizer/DenormalizableInterface.php',
                'symfony\\component\\serializer\\normalizer\\denormalizerinterface' => '/Normalizer/DenormalizerInterface.php',
                'symfony\\component\\serializer\\normalizer\\getsetmethodnormalizer' => '/Normalizer/GetSetMethodNormalizer.php',
                'symfony\\component\\serializer\\normalizer\\normalizableinterface' => '/Normalizer/NormalizableInterface.php',
                'symfony\\component\\serializer\\normalizer\\normalizerinterface' => '/Normalizer/NormalizerInterface.php',
                'symfony\\component\\serializer\\normalizer\\objectnormalizer' => '/Normalizer/ObjectNormalizer.php',
                'symfony\\component\\serializer\\normalizer\\propertynormalizer' => '/Normalizer/PropertyNormalizer.php',
                'symfony\\component\\serializer\\normalizer\\serializerawarenormalizer' => '/Normalizer/SerializerAwareNormalizer.php',
                'symfony\\component\\serializer\\serializer' => '/Serializer.php',
                'symfony\\component\\serializer\\serializerawareinterface' => '/SerializerAwareInterface.php',
                'symfony\\component\\serializer\\serializerinterface' => '/SerializerInterface.php',
                'symfony\\component\\serializer\\tests\\annotation\\groupstest' => '/Tests/Annotation/GroupsTest.php',
                'symfony\\component\\serializer\\tests\\encoder\\jsonencodertest' => '/Tests/Encoder/JsonEncoderTest.php',
                'symfony\\component\\serializer\\tests\\encoder\\xmlencodertest' => '/Tests/Encoder/XmlEncoderTest.php',
                'symfony\\component\\serializer\\tests\\fixtures\\abstractnormalizerdummy' => '/Tests/Fixtures/AbstractNormalizerDummy.php',
                'symfony\\component\\serializer\\tests\\fixtures\\circularreferencedummy' => '/Tests/Fixtures/CircularReferenceDummy.php',
                'symfony\\component\\serializer\\tests\\fixtures\\denormalizabledummy' => '/Tests/Fixtures/DenormalizableDummy.php',
                'symfony\\component\\serializer\\tests\\fixtures\\dummy' => '/Tests/Fixtures/Dummy.php',
                'symfony\\component\\serializer\\tests\\fixtures\\groupdummy' => '/Tests/Fixtures/GroupDummy.php',
                'symfony\\component\\serializer\\tests\\fixtures\\groupdummyinterface' => '/Tests/Fixtures/GroupDummyInterface.php',
                'symfony\\component\\serializer\\tests\\fixtures\\groupdummyparent' => '/Tests/Fixtures/GroupDummyParent.php',
                'symfony\\component\\serializer\\tests\\fixtures\\normalizabletraversabledummy' => '/Tests/Fixtures/NormalizableTraversableDummy.php',
                'symfony\\component\\serializer\\tests\\fixtures\\propertycircularreferencedummy' => '/Tests/Fixtures/PropertyCircularReferenceDummy.php',
                'symfony\\component\\serializer\\tests\\fixtures\\propertysibling' => '/Tests/Fixtures/PropertySiblingHolder.php',
                'symfony\\component\\serializer\\tests\\fixtures\\propertysiblingholder' => '/Tests/Fixtures/PropertySiblingHolder.php',
                'symfony\\component\\serializer\\tests\\fixtures\\proxydummy' => '/Tests/Fixtures/ProxyDummy.php',
                'symfony\\component\\serializer\\tests\\fixtures\\scalardummy' => '/Tests/Fixtures/ScalarDummy.php',
                'symfony\\component\\serializer\\tests\\fixtures\\sibling' => '/Tests/Fixtures/SiblingHolder.php',
                'symfony\\component\\serializer\\tests\\fixtures\\siblingholder' => '/Tests/Fixtures/SiblingHolder.php',
                'symfony\\component\\serializer\\tests\\fixtures\\tobeproxyfieddummy' => '/Tests/Fixtures/ToBeProxyfiedDummy.php',
                'symfony\\component\\serializer\\tests\\fixtures\\traversabledummy' => '/Tests/Fixtures/TraversableDummy.php',
                'symfony\\component\\serializer\\tests\\fixtures\\variadicconstructorargsdummy' => '/Tests/Fixtures/VariadicConstructorArgsDummy.php',
                'symfony\\component\\serializer\\tests\\mapping\\attributemetadatatest' => '/Tests/Mapping/AttributeMetadataTest.php',
                'symfony\\component\\serializer\\tests\\mapping\\classmetadatatest' => '/Tests/Mapping/ClassMetadataTest.php',
                'symfony\\component\\serializer\\tests\\mapping\\factory\\classmetadatafactorytest' => '/Tests/Mapping/Factory/ClassMetadataFactoryTest.php',
                'symfony\\component\\serializer\\tests\\mapping\\loader\\annotationloadertest' => '/Tests/Mapping/Loader/AnnotationLoaderTest.php',
                'symfony\\component\\serializer\\tests\\mapping\\loader\\xmlfileloadertest' => '/Tests/Mapping/Loader/XmlFileLoaderTest.php',
                'symfony\\component\\serializer\\tests\\mapping\\loader\\yamlfileloadertest' => '/Tests/Mapping/Loader/YamlFileLoaderTest.php',
                'symfony\\component\\serializer\\tests\\mapping\\testclassmetadatafactory' => '/Tests/Mapping/TestClassMetadataFactory.php',
                'symfony\\component\\serializer\\tests\\model' => '/Tests/SerializerTest.php',
                'symfony\\component\\serializer\\tests\\nameconverter\\camelcasetosnakecasenameconvertertest' => '/Tests/NameConverter/CamelCaseToSnakeCaseNameConverterTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\abstractnormalizertest' => '/Tests/Normalizer/AbstractNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\customnormalizertest' => '/Tests/Normalizer/CustomNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\getcamelizeddummy' => '/Tests/Normalizer/GetSetMethodNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\getconstructorargswithdefaultvaluedummy' => '/Tests/Normalizer/GetSetMethodNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\getconstructordummy' => '/Tests/Normalizer/GetSetMethodNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\getconstructoroptionalargsdummy' => '/Tests/Normalizer/GetSetMethodNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\getsetdummy' => '/Tests/Normalizer/GetSetMethodNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\getsetmethodnormalizertest' => '/Tests/Normalizer/GetSetMethodNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\objectconstructorargswithdefaultvaluedummy' => '/Tests/Normalizer/ObjectNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\objectconstructorargswithprivatemutatordummy' => '/Tests/Normalizer/GetSetMethodNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\objectconstructordummy' => '/Tests/Normalizer/ObjectNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\objectconstructoroptionalargsdummy' => '/Tests/Normalizer/ObjectNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\objectdummy' => '/Tests/Normalizer/ObjectNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\objectnormalizertest' => '/Tests/Normalizer/ObjectNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\objectserializernormalizer' => '/Tests/Normalizer/ObjectNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\objectwithjuststaticsetterdummy' => '/Tests/Normalizer/GetSetMethodNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\objectwithprivatesetterdummy' => '/Tests/Normalizer/GetSetMethodNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\objectwithstaticpropertiesandmethods' => '/Tests/Normalizer/ObjectNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\propertycamelizeddummy' => '/Tests/Normalizer/PropertyNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\propertyconstructordummy' => '/Tests/Normalizer/PropertyNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\propertydummy' => '/Tests/Normalizer/PropertyNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\propertynormalizertest' => '/Tests/Normalizer/PropertyNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\serializernormalizer' => '/Tests/Normalizer/GetSetMethodNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\staticpropertydummy' => '/Tests/Normalizer/PropertyNormalizerTest.php',
                'symfony\\component\\serializer\\tests\\normalizer\\testdenormalizer' => '/Tests/Normalizer/TestDenormalizer.php',
                'symfony\\component\\serializer\\tests\\normalizer\\testnormalizer' => '/Tests/Normalizer/TestNormalizer.php',
                'symfony\\component\\serializer\\tests\\serializertest' => '/Tests/SerializerTest.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn]) and file_exists(__DIR__ . $classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    }
);
// @codeCoverageIgnoreEnd