This file is indexed.

/usr/share/php/Doctrine/DBAL/autoload.php is in php-doctrine-dbal 2.4.5-2build1.

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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<?php

require_once 'Doctrine/Common/autoload.php';
if (stream_resolve_include_path('Symfony/Component/Console/autoload.php')){
    include_once 'Symfony/Component/Console/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\\dbal\\cache\\arraystatement' => '/Cache/ArrayStatement.php',
                'doctrine\\dbal\\cache\\cacheexception' => '/Cache/CacheException.php',
                'doctrine\\dbal\\cache\\querycacheprofile' => '/Cache/QueryCacheProfile.php',
                'doctrine\\dbal\\cache\\resultcachestatement' => '/Cache/ResultCacheStatement.php',
                'doctrine\\dbal\\configuration' => '/Configuration.php',
                'doctrine\\dbal\\connection' => '/Connection.php',
                'doctrine\\dbal\\connectionexception' => '/ConnectionException.php',
                'doctrine\\dbal\\connections\\masterslaveconnection' => '/Connections/MasterSlaveConnection.php',
                'doctrine\\dbal\\dbalexception' => '/DBALException.php',
                'doctrine\\dbal\\driver' => '/Driver.php',
                'doctrine\\dbal\\driver\\connection' => '/Driver/Connection.php',
                'doctrine\\dbal\\driver\\drizzlepdomysql\\connection' => '/Driver/DrizzlePDOMySql/Connection.php',
                'doctrine\\dbal\\driver\\drizzlepdomysql\\driver' => '/Driver/DrizzlePDOMySql/Driver.php',
                'doctrine\\dbal\\driver\\ibmdb2\\db2connection' => '/Driver/IBMDB2/DB2Connection.php',
                'doctrine\\dbal\\driver\\ibmdb2\\db2driver' => '/Driver/IBMDB2/DB2Driver.php',
                'doctrine\\dbal\\driver\\ibmdb2\\db2exception' => '/Driver/IBMDB2/DB2Exception.php',
                'doctrine\\dbal\\driver\\ibmdb2\\db2statement' => '/Driver/IBMDB2/DB2Statement.php',
                'doctrine\\dbal\\driver\\mysqli\\driver' => '/Driver/Mysqli/Driver.php',
                'doctrine\\dbal\\driver\\mysqli\\mysqliconnection' => '/Driver/Mysqli/MysqliConnection.php',
                'doctrine\\dbal\\driver\\mysqli\\mysqliexception' => '/Driver/Mysqli/MysqliException.php',
                'doctrine\\dbal\\driver\\mysqli\\mysqlistatement' => '/Driver/Mysqli/MysqliStatement.php',
                'doctrine\\dbal\\driver\\oci8\\driver' => '/Driver/OCI8/Driver.php',
                'doctrine\\dbal\\driver\\oci8\\oci8connection' => '/Driver/OCI8/OCI8Connection.php',
                'doctrine\\dbal\\driver\\oci8\\oci8exception' => '/Driver/OCI8/OCI8Exception.php',
                'doctrine\\dbal\\driver\\oci8\\oci8statement' => '/Driver/OCI8/OCI8Statement.php',
                'doctrine\\dbal\\driver\\pdoconnection' => '/Driver/PDOConnection.php',
                'doctrine\\dbal\\driver\\pdoibm\\driver' => '/Driver/PDOIbm/Driver.php',
                'doctrine\\dbal\\driver\\pdomysql\\driver' => '/Driver/PDOMySql/Driver.php',
                'doctrine\\dbal\\driver\\pdooracle\\driver' => '/Driver/PDOOracle/Driver.php',
                'doctrine\\dbal\\driver\\pdopgsql\\driver' => '/Driver/PDOPgSql/Driver.php',
                'doctrine\\dbal\\driver\\pdosqlite\\driver' => '/Driver/PDOSqlite/Driver.php',
                'doctrine\\dbal\\driver\\pdosqlsrv\\connection' => '/Driver/PDOSqlsrv/Connection.php',
                'doctrine\\dbal\\driver\\pdosqlsrv\\driver' => '/Driver/PDOSqlsrv/Driver.php',
                'doctrine\\dbal\\driver\\pdostatement' => '/Driver/PDOStatement.php',
                'doctrine\\dbal\\driver\\resultstatement' => '/Driver/ResultStatement.php',
                'doctrine\\dbal\\driver\\sqlsrv\\driver' => '/Driver/SQLSrv/Driver.php',
                'doctrine\\dbal\\driver\\sqlsrv\\lastinsertid' => '/Driver/SQLSrv/LastInsertId.php',
                'doctrine\\dbal\\driver\\sqlsrv\\sqlsrvconnection' => '/Driver/SQLSrv/SQLSrvConnection.php',
                'doctrine\\dbal\\driver\\sqlsrv\\sqlsrvexception' => '/Driver/SQLSrv/SQLSrvException.php',
                'doctrine\\dbal\\driver\\sqlsrv\\sqlsrvstatement' => '/Driver/SQLSrv/SQLSrvStatement.php',
                'doctrine\\dbal\\driver\\statement' => '/Driver/Statement.php',
                'doctrine\\dbal\\drivermanager' => '/DriverManager.php',
                'doctrine\\dbal\\event\\connectioneventargs' => '/Event/ConnectionEventArgs.php',
                'doctrine\\dbal\\event\\listeners\\mysqlsessioninit' => '/Event/Listeners/MysqlSessionInit.php',
                'doctrine\\dbal\\event\\listeners\\oraclesessioninit' => '/Event/Listeners/OracleSessionInit.php',
                'doctrine\\dbal\\event\\listeners\\sqlsessioninit' => '/Event/Listeners/SQLSessionInit.php',
                'doctrine\\dbal\\event\\schemaaltertableaddcolumneventargs' => '/Event/SchemaAlterTableAddColumnEventArgs.php',
                'doctrine\\dbal\\event\\schemaaltertablechangecolumneventargs' => '/Event/SchemaAlterTableChangeColumnEventArgs.php',
                'doctrine\\dbal\\event\\schemaaltertableeventargs' => '/Event/SchemaAlterTableEventArgs.php',
                'doctrine\\dbal\\event\\schemaaltertableremovecolumneventargs' => '/Event/SchemaAlterTableRemoveColumnEventArgs.php',
                'doctrine\\dbal\\event\\schemaaltertablerenamecolumneventargs' => '/Event/SchemaAlterTableRenameColumnEventArgs.php',
                'doctrine\\dbal\\event\\schemacolumndefinitioneventargs' => '/Event/SchemaColumnDefinitionEventArgs.php',
                'doctrine\\dbal\\event\\schemacreatetablecolumneventargs' => '/Event/SchemaCreateTableColumnEventArgs.php',
                'doctrine\\dbal\\event\\schemacreatetableeventargs' => '/Event/SchemaCreateTableEventArgs.php',
                'doctrine\\dbal\\event\\schemadroptableeventargs' => '/Event/SchemaDropTableEventArgs.php',
                'doctrine\\dbal\\event\\schemaeventargs' => '/Event/SchemaEventArgs.php',
                'doctrine\\dbal\\event\\schemaindexdefinitioneventargs' => '/Event/SchemaIndexDefinitionEventArgs.php',
                'doctrine\\dbal\\events' => '/Events.php',
                'doctrine\\dbal\\id\\tablegenerator' => '/Id/TableGenerator.php',
                'doctrine\\dbal\\id\\tablegeneratorschemavisitor' => '/Id/TableGeneratorSchemaVisitor.php',
                'doctrine\\dbal\\lockmode' => '/LockMode.php',
                'doctrine\\dbal\\logging\\debugstack' => '/Logging/DebugStack.php',
                'doctrine\\dbal\\logging\\echosqllogger' => '/Logging/EchoSQLLogger.php',
                'doctrine\\dbal\\logging\\loggerchain' => '/Logging/LoggerChain.php',
                'doctrine\\dbal\\logging\\sqllogger' => '/Logging/SQLLogger.php',
                'doctrine\\dbal\\platforms\\abstractplatform' => '/Platforms/AbstractPlatform.php',
                'doctrine\\dbal\\platforms\\db2platform' => '/Platforms/DB2Platform.php',
                'doctrine\\dbal\\platforms\\drizzleplatform' => '/Platforms/DrizzlePlatform.php',
                'doctrine\\dbal\\platforms\\keywords\\db2keywords' => '/Platforms/Keywords/DB2Keywords.php',
                'doctrine\\dbal\\platforms\\keywords\\drizzlekeywords' => '/Platforms/Keywords/DrizzleKeywords.php',
                'doctrine\\dbal\\platforms\\keywords\\keywordlist' => '/Platforms/Keywords/KeywordList.php',
                'doctrine\\dbal\\platforms\\keywords\\mssqlkeywords' => '/Platforms/Keywords/MsSQLKeywords.php',
                'doctrine\\dbal\\platforms\\keywords\\mysqlkeywords' => '/Platforms/Keywords/MySQLKeywords.php',
                'doctrine\\dbal\\platforms\\keywords\\oraclekeywords' => '/Platforms/Keywords/OracleKeywords.php',
                'doctrine\\dbal\\platforms\\keywords\\postgresqlkeywords' => '/Platforms/Keywords/PostgreSQLKeywords.php',
                'doctrine\\dbal\\platforms\\keywords\\reservedkeywordsvalidator' => '/Platforms/Keywords/ReservedKeywordsValidator.php',
                'doctrine\\dbal\\platforms\\keywords\\sqlitekeywords' => '/Platforms/Keywords/SQLiteKeywords.php',
                'doctrine\\dbal\\platforms\\keywords\\sqlserver2005keywords' => '/Platforms/Keywords/SQLServer2005Keywords.php',
                'doctrine\\dbal\\platforms\\keywords\\sqlserver2008keywords' => '/Platforms/Keywords/SQLServer2008Keywords.php',
                'doctrine\\dbal\\platforms\\keywords\\sqlserver2012keywords' => '/Platforms/Keywords/SQLServer2012Keywords.php',
                'doctrine\\dbal\\platforms\\keywords\\sqlserverkeywords' => '/Platforms/Keywords/SQLServerKeywords.php',
                'doctrine\\dbal\\platforms\\mysqlplatform' => '/Platforms/MySqlPlatform.php',
                'doctrine\\dbal\\platforms\\oracleplatform' => '/Platforms/OraclePlatform.php',
                'doctrine\\dbal\\platforms\\postgresqlplatform' => '/Platforms/PostgreSqlPlatform.php',
                'doctrine\\dbal\\platforms\\sqlazureplatform' => '/Platforms/SQLAzurePlatform.php',
                'doctrine\\dbal\\platforms\\sqliteplatform' => '/Platforms/SqlitePlatform.php',
                'doctrine\\dbal\\platforms\\sqlserver2005platform' => '/Platforms/SQLServer2005Platform.php',
                'doctrine\\dbal\\platforms\\sqlserver2008platform' => '/Platforms/SQLServer2008Platform.php',
                'doctrine\\dbal\\platforms\\sqlserver2012platform' => '/Platforms/SQLServer2012Platform.php',
                'doctrine\\dbal\\platforms\\sqlserverplatform' => '/Platforms/SQLServerPlatform.php',
                'doctrine\\dbal\\portability\\connection' => '/Portability/Connection.php',
                'doctrine\\dbal\\portability\\statement' => '/Portability/Statement.php',
                'doctrine\\dbal\\query\\expression\\compositeexpression' => '/Query/Expression/CompositeExpression.php',
                'doctrine\\dbal\\query\\expression\\expressionbuilder' => '/Query/Expression/ExpressionBuilder.php',
                'doctrine\\dbal\\query\\querybuilder' => '/Query/QueryBuilder.php',
                'doctrine\\dbal\\query\\queryexception' => '/Query/QueryException.php',
                'doctrine\\dbal\\schema\\abstractasset' => '/Schema/AbstractAsset.php',
                'doctrine\\dbal\\schema\\abstractschemamanager' => '/Schema/AbstractSchemaManager.php',
                'doctrine\\dbal\\schema\\column' => '/Schema/Column.php',
                'doctrine\\dbal\\schema\\columndiff' => '/Schema/ColumnDiff.php',
                'doctrine\\dbal\\schema\\comparator' => '/Schema/Comparator.php',
                'doctrine\\dbal\\schema\\constraint' => '/Schema/Constraint.php',
                'doctrine\\dbal\\schema\\db2schemamanager' => '/Schema/DB2SchemaManager.php',
                'doctrine\\dbal\\schema\\drizzleschemamanager' => '/Schema/DrizzleSchemaManager.php',
                'doctrine\\dbal\\schema\\foreignkeyconstraint' => '/Schema/ForeignKeyConstraint.php',
                'doctrine\\dbal\\schema\\identifier' => '/Schema/Identifier.php',
                'doctrine\\dbal\\schema\\index' => '/Schema/Index.php',
                'doctrine\\dbal\\schema\\mysqlschemamanager' => '/Schema/MySqlSchemaManager.php',
                'doctrine\\dbal\\schema\\oracleschemamanager' => '/Schema/OracleSchemaManager.php',
                'doctrine\\dbal\\schema\\postgresqlschemamanager' => '/Schema/PostgreSqlSchemaManager.php',
                'doctrine\\dbal\\schema\\schema' => '/Schema/Schema.php',
                'doctrine\\dbal\\schema\\schemaconfig' => '/Schema/SchemaConfig.php',
                'doctrine\\dbal\\schema\\schemadiff' => '/Schema/SchemaDiff.php',
                'doctrine\\dbal\\schema\\schemaexception' => '/Schema/SchemaException.php',
                'doctrine\\dbal\\schema\\sequence' => '/Schema/Sequence.php',
                'doctrine\\dbal\\schema\\sqliteschemamanager' => '/Schema/SqliteSchemaManager.php',
                'doctrine\\dbal\\schema\\sqlserverschemamanager' => '/Schema/SQLServerSchemaManager.php',
                'doctrine\\dbal\\schema\\synchronizer\\abstractschemasynchronizer' => '/Schema/Synchronizer/AbstractSchemaSynchronizer.php',
                'doctrine\\dbal\\schema\\synchronizer\\schemasynchronizer' => '/Schema/Synchronizer/SchemaSynchronizer.php',
                'doctrine\\dbal\\schema\\synchronizer\\singledatabasesynchronizer' => '/Schema/Synchronizer/SingleDatabaseSynchronizer.php',
                'doctrine\\dbal\\schema\\table' => '/Schema/Table.php',
                'doctrine\\dbal\\schema\\tablediff' => '/Schema/TableDiff.php',
                'doctrine\\dbal\\schema\\view' => '/Schema/View.php',
                'doctrine\\dbal\\schema\\visitor\\abstractvisitor' => '/Schema/Visitor/AbstractVisitor.php',
                'doctrine\\dbal\\schema\\visitor\\createschemasqlcollector' => '/Schema/Visitor/CreateSchemaSqlCollector.php',
                'doctrine\\dbal\\schema\\visitor\\dropschemasqlcollector' => '/Schema/Visitor/DropSchemaSqlCollector.php',
                'doctrine\\dbal\\schema\\visitor\\graphviz' => '/Schema/Visitor/Graphviz.php',
                'doctrine\\dbal\\schema\\visitor\\removenamespacedassets' => '/Schema/Visitor/RemoveNamespacedAssets.php',
                'doctrine\\dbal\\schema\\visitor\\schemadiffvisitor' => '/Schema/Visitor/SchemaDiffVisitor.php',
                'doctrine\\dbal\\schema\\visitor\\visitor' => '/Schema/Visitor/Visitor.php',
                'doctrine\\dbal\\sharding\\poolingshardconnection' => '/Sharding/PoolingShardConnection.php',
                'doctrine\\dbal\\sharding\\poolingshardmanager' => '/Sharding/PoolingShardManager.php',
                'doctrine\\dbal\\sharding\\shardchoser\\multitenantshardchoser' => '/Sharding/ShardChoser/MultiTenantShardChoser.php',
                'doctrine\\dbal\\sharding\\shardchoser\\shardchoser' => '/Sharding/ShardChoser/ShardChoser.php',
                'doctrine\\dbal\\sharding\\shardingexception' => '/Sharding/ShardingException.php',
                'doctrine\\dbal\\sharding\\shardmanager' => '/Sharding/ShardManager.php',
                'doctrine\\dbal\\sharding\\sqlazure\\schema\\multitenantvisitor' => '/Sharding/SQLAzure/Schema/MultiTenantVisitor.php',
                'doctrine\\dbal\\sharding\\sqlazure\\sqlazurefederationssynchronizer' => '/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php',
                'doctrine\\dbal\\sharding\\sqlazure\\sqlazureshardmanager' => '/Sharding/SQLAzure/SQLAzureShardManager.php',
                'doctrine\\dbal\\sqlparserutils' => '/SQLParserUtils.php',
                'doctrine\\dbal\\sqlparserutilsexception' => '/SQLParserUtilsException.php',
                'doctrine\\dbal\\statement' => '/Statement.php',
                'doctrine\\dbal\\tools\\console\\command\\importcommand' => '/Tools/Console/Command/ImportCommand.php',
                'doctrine\\dbal\\tools\\console\\command\\reservedwordscommand' => '/Tools/Console/Command/ReservedWordsCommand.php',
                'doctrine\\dbal\\tools\\console\\command\\runsqlcommand' => '/Tools/Console/Command/RunSqlCommand.php',
                'doctrine\\dbal\\tools\\console\\helper\\connectionhelper' => '/Tools/Console/Helper/ConnectionHelper.php',
                'doctrine\\dbal\\types\\arraytype' => '/Types/ArrayType.php',
                'doctrine\\dbal\\types\\biginttype' => '/Types/BigIntType.php',
                'doctrine\\dbal\\types\\blobtype' => '/Types/BlobType.php',
                'doctrine\\dbal\\types\\booleantype' => '/Types/BooleanType.php',
                'doctrine\\dbal\\types\\conversionexception' => '/Types/ConversionException.php',
                'doctrine\\dbal\\types\\datetimetype' => '/Types/DateTimeType.php',
                'doctrine\\dbal\\types\\datetimetztype' => '/Types/DateTimeTzType.php',
                'doctrine\\dbal\\types\\datetype' => '/Types/DateType.php',
                'doctrine\\dbal\\types\\decimaltype' => '/Types/DecimalType.php',
                'doctrine\\dbal\\types\\floattype' => '/Types/FloatType.php',
                'doctrine\\dbal\\types\\guidtype' => '/Types/GuidType.php',
                'doctrine\\dbal\\types\\integertype' => '/Types/IntegerType.php',
                'doctrine\\dbal\\types\\jsonarraytype' => '/Types/JsonArrayType.php',
                'doctrine\\dbal\\types\\objecttype' => '/Types/ObjectType.php',
                'doctrine\\dbal\\types\\simplearraytype' => '/Types/SimpleArrayType.php',
                'doctrine\\dbal\\types\\smallinttype' => '/Types/SmallIntType.php',
                'doctrine\\dbal\\types\\stringtype' => '/Types/StringType.php',
                'doctrine\\dbal\\types\\texttype' => '/Types/TextType.php',
                'doctrine\\dbal\\types\\timetype' => '/Types/TimeType.php',
                'doctrine\\dbal\\types\\type' => '/Types/Type.php',
                'doctrine\\dbal\\types\\vardatetimetype' => '/Types/VarDateTimeType.php',
                'doctrine\\dbal\\version' => '/Version.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    },
    true,
    false
);
// @codeCoverageIgnoreEnd