This file is indexed.

/usr/share/php/Symfony/Component/Translation/autoload.php is in php-symfony-translation 3.4.6+dfsg-1.

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
<?php
// require:
require_once 'Symfony/Polyfill/Mbstring/autoload.php';

// suggest:
if (stream_resolve_include_path('Symfony/Component/Config/autoload.php')){
    include_once 'Symfony/Component/Config/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/Yaml/autoload.php')){
    include_once 'Symfony/Component/Yaml/autoload.php';
}
if (stream_resolve_include_path('Psr/Log/autoload.php')){
    include_once 'Psr/Log/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\\translation\\catalogue\\abstractoperation' => '/Catalogue/AbstractOperation.php',
                'symfony\\component\\translation\\catalogue\\mergeoperation' => '/Catalogue/MergeOperation.php',
                'symfony\\component\\translation\\catalogue\\operationinterface' => '/Catalogue/OperationInterface.php',
                'symfony\\component\\translation\\catalogue\\targetoperation' => '/Catalogue/TargetOperation.php',
                'symfony\\component\\translation\\command\\xlifflintcommand' => '/Command/XliffLintCommand.php',
                'symfony\\component\\translation\\datacollector\\translationdatacollector' => '/DataCollector/TranslationDataCollector.php',
                'symfony\\component\\translation\\datacollectortranslator' => '/DataCollectorTranslator.php',
                'symfony\\component\\translation\\dependencyinjection\\translationdumperpass' => '/DependencyInjection/TranslationDumperPass.php',
                'symfony\\component\\translation\\dependencyinjection\\translationextractorpass' => '/DependencyInjection/TranslationExtractorPass.php',
                'symfony\\component\\translation\\dependencyinjection\\translatorpass' => '/DependencyInjection/TranslatorPass.php',
                'symfony\\component\\translation\\dumper\\csvfiledumper' => '/Dumper/CsvFileDumper.php',
                'symfony\\component\\translation\\dumper\\dumperinterface' => '/Dumper/DumperInterface.php',
                'symfony\\component\\translation\\dumper\\filedumper' => '/Dumper/FileDumper.php',
                'symfony\\component\\translation\\dumper\\icuresfiledumper' => '/Dumper/IcuResFileDumper.php',
                'symfony\\component\\translation\\dumper\\inifiledumper' => '/Dumper/IniFileDumper.php',
                'symfony\\component\\translation\\dumper\\jsonfiledumper' => '/Dumper/JsonFileDumper.php',
                'symfony\\component\\translation\\dumper\\mofiledumper' => '/Dumper/MoFileDumper.php',
                'symfony\\component\\translation\\dumper\\phpfiledumper' => '/Dumper/PhpFileDumper.php',
                'symfony\\component\\translation\\dumper\\pofiledumper' => '/Dumper/PoFileDumper.php',
                'symfony\\component\\translation\\dumper\\qtfiledumper' => '/Dumper/QtFileDumper.php',
                'symfony\\component\\translation\\dumper\\xlifffiledumper' => '/Dumper/XliffFileDumper.php',
                'symfony\\component\\translation\\dumper\\yamlfiledumper' => '/Dumper/YamlFileDumper.php',
                'symfony\\component\\translation\\exception\\exceptioninterface' => '/Exception/ExceptionInterface.php',
                'symfony\\component\\translation\\exception\\invalidargumentexception' => '/Exception/InvalidArgumentException.php',
                'symfony\\component\\translation\\exception\\invalidresourceexception' => '/Exception/InvalidResourceException.php',
                'symfony\\component\\translation\\exception\\logicexception' => '/Exception/LogicException.php',
                'symfony\\component\\translation\\exception\\notfoundresourceexception' => '/Exception/NotFoundResourceException.php',
                'symfony\\component\\translation\\exception\\runtimeexception' => '/Exception/RuntimeException.php',
                'symfony\\component\\translation\\extractor\\abstractfileextractor' => '/Extractor/AbstractFileExtractor.php',
                'symfony\\component\\translation\\extractor\\chainextractor' => '/Extractor/ChainExtractor.php',
                'symfony\\component\\translation\\extractor\\extractorinterface' => '/Extractor/ExtractorInterface.php',
                'symfony\\component\\translation\\extractor\\phpextractor' => '/Extractor/PhpExtractor.php',
                'symfony\\component\\translation\\extractor\\phpstringtokenparser' => '/Extractor/PhpStringTokenParser.php',
                'symfony\\component\\translation\\formatter\\choicemessageformatterinterface' => '/Formatter/ChoiceMessageFormatterInterface.php',
                'symfony\\component\\translation\\formatter\\messageformatter' => '/Formatter/MessageFormatter.php',
                'symfony\\component\\translation\\formatter\\messageformatterinterface' => '/Formatter/MessageFormatterInterface.php',
                'symfony\\component\\translation\\identitytranslator' => '/IdentityTranslator.php',
                'symfony\\component\\translation\\interval' => '/Interval.php',
                'symfony\\component\\translation\\loader\\arrayloader' => '/Loader/ArrayLoader.php',
                'symfony\\component\\translation\\loader\\csvfileloader' => '/Loader/CsvFileLoader.php',
                'symfony\\component\\translation\\loader\\fileloader' => '/Loader/FileLoader.php',
                'symfony\\component\\translation\\loader\\icudatfileloader' => '/Loader/IcuDatFileLoader.php',
                'symfony\\component\\translation\\loader\\icuresfileloader' => '/Loader/IcuResFileLoader.php',
                'symfony\\component\\translation\\loader\\inifileloader' => '/Loader/IniFileLoader.php',
                'symfony\\component\\translation\\loader\\jsonfileloader' => '/Loader/JsonFileLoader.php',
                'symfony\\component\\translation\\loader\\loaderinterface' => '/Loader/LoaderInterface.php',
                'symfony\\component\\translation\\loader\\mofileloader' => '/Loader/MoFileLoader.php',
                'symfony\\component\\translation\\loader\\phpfileloader' => '/Loader/PhpFileLoader.php',
                'symfony\\component\\translation\\loader\\pofileloader' => '/Loader/PoFileLoader.php',
                'symfony\\component\\translation\\loader\\qtfileloader' => '/Loader/QtFileLoader.php',
                'symfony\\component\\translation\\loader\\xlifffileloader' => '/Loader/XliffFileLoader.php',
                'symfony\\component\\translation\\loader\\yamlfileloader' => '/Loader/YamlFileLoader.php',
                'symfony\\component\\translation\\loggingtranslator' => '/LoggingTranslator.php',
                'symfony\\component\\translation\\messagecatalogue' => '/MessageCatalogue.php',
                'symfony\\component\\translation\\messagecatalogueinterface' => '/MessageCatalogueInterface.php',
                'symfony\\component\\translation\\messageselector' => '/MessageSelector.php',
                'symfony\\component\\translation\\metadataawareinterface' => '/MetadataAwareInterface.php',
                'symfony\\component\\translation\\pluralizationrules' => '/PluralizationRules.php',
                'symfony\\component\\translation\\reader\\translationreader' => '/Reader/TranslationReader.php',
                'symfony\\component\\translation\\reader\\translationreaderinterface' => '/Reader/TranslationReaderInterface.php',
                'symfony\\component\\translation\\translator' => '/Translator.php',
                'symfony\\component\\translation\\translatorbaginterface' => '/TranslatorBagInterface.php',
                'symfony\\component\\translation\\translatorinterface' => '/TranslatorInterface.php',
                'symfony\\component\\translation\\util\\arrayconverter' => '/Util/ArrayConverter.php',
                'symfony\\component\\translation\\writer\\translationwriter' => '/Writer/TranslationWriter.php',
                'symfony\\component\\translation\\writer\\translationwriterinterface' => '/Writer/TranslationWriterInterface.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn]) and file_exists(__DIR__ . $classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    }
);
// @codeCoverageIgnoreEnd