This file is indexed.

/usr/share/php/Zend/Stdlib/autoload.php is in php-zend-stdlib 2.7.5-1build1.

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
<?php

require_once 'Zend/Hydrator/autoload.php';
if (stream_resolve_include_path('Zend/EventManager/autoload.php')){
    include_once 'Zend/EventManager/autoload.php';
}
if (stream_resolve_include_path('Zend/Serializer/autoload.php')){
    include_once 'Zend/Serializer/autoload.php';
}
if (stream_resolve_include_path('Zend/ServiceManager/autoload.php')){
    include_once 'Zend/ServiceManager/autoload.php';
}
if (stream_resolve_include_path('Zend/Filter/autoload.php')){
    include_once 'Zend/Filter/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(
                'zend\\stdlib\\abstractoptions' => '/AbstractOptions.php',
                'zend\\stdlib\\arrayobject' => '/ArrayObject.php',
                'zend\\stdlib\\arrayserializableinterface' => '/ArraySerializableInterface.php',
                'zend\\stdlib\\arraystack' => '/ArrayStack.php',
                'zend\\stdlib\\arrayutils' => '/ArrayUtils.php',
                'zend\\stdlib\\arrayutils\\mergeremovekey' => '/ArrayUtils/MergeRemoveKey.php',
                'zend\\stdlib\\arrayutils\\mergereplacekey' => '/ArrayUtils/MergeReplaceKey.php',
                'zend\\stdlib\\arrayutils\\mergereplacekeyinterface' => '/ArrayUtils/MergeReplaceKeyInterface.php',
                'zend\\stdlib\\callbackhandler' => '/CallbackHandler.php',
                'zend\\stdlib\\datetime' => '/DateTime.php',
                'zend\\stdlib\\dispatchableinterface' => '/DispatchableInterface.php',
                'zend\\stdlib\\errorhandler' => '/ErrorHandler.php',
                'zend\\stdlib\\exception\\badmethodcallexception' => '/Exception/BadMethodCallException.php',
                'zend\\stdlib\\exception\\domainexception' => '/Exception/DomainException.php',
                'zend\\stdlib\\exception\\exceptioninterface' => '/Exception/ExceptionInterface.php',
                'zend\\stdlib\\exception\\extensionnotloadedexception' => '/Exception/ExtensionNotLoadedException.php',
                'zend\\stdlib\\exception\\invalidargumentexception' => '/Exception/InvalidArgumentException.php',
                'zend\\stdlib\\exception\\invalidcallbackexception' => '/Exception/InvalidCallbackException.php',
                'zend\\stdlib\\exception\\logicexception' => '/Exception/LogicException.php',
                'zend\\stdlib\\exception\\runtimeexception' => '/Exception/RuntimeException.php',
                'zend\\stdlib\\extractor\\extractioninterface' => '/Extractor/ExtractionInterface.php',
                'zend\\stdlib\\fastpriorityqueue' => '/FastPriorityQueue.php',
                'zend\\stdlib\\glob' => '/Glob.php',
                'zend\\stdlib\\guard\\allguardstrait' => '/Guard/AllGuardsTrait.php',
                'zend\\stdlib\\guard\\arrayortraversableguardtrait' => '/Guard/ArrayOrTraversableGuardTrait.php',
                'zend\\stdlib\\guard\\emptyguardtrait' => '/Guard/EmptyGuardTrait.php',
                'zend\\stdlib\\guard\\guardutils' => '/Guard/GuardUtils.php',
                'zend\\stdlib\\guard\\nullguardtrait' => '/Guard/NullGuardTrait.php',
                'zend\\stdlib\\hydrator\\abstracthydrator' => '/Hydrator/AbstractHydrator.php',
                'zend\\stdlib\\hydrator\\aggregate\\aggregatehydrator' => '/Hydrator/Aggregate/AggregateHydrator.php',
                'zend\\stdlib\\hydrator\\aggregate\\extractevent' => '/Hydrator/Aggregate/ExtractEvent.php',
                'zend\\stdlib\\hydrator\\aggregate\\hydrateevent' => '/Hydrator/Aggregate/HydrateEvent.php',
                'zend\\stdlib\\hydrator\\aggregate\\hydratorlistener' => '/Hydrator/Aggregate/HydratorListener.php',
                'zend\\stdlib\\hydrator\\arrayserializable' => '/Hydrator/ArraySerializable.php',
                'zend\\stdlib\\hydrator\\classmethods' => '/Hydrator/ClassMethods.php',
                'zend\\stdlib\\hydrator\\delegatinghydrator' => '/Hydrator/DelegatingHydrator.php',
                'zend\\stdlib\\hydrator\\delegatinghydratorfactory' => '/Hydrator/DelegatingHydratorFactory.php',
                'zend\\stdlib\\hydrator\\filter\\filtercomposite' => '/Hydrator/Filter/FilterComposite.php',
                'zend\\stdlib\\hydrator\\filter\\filterinterface' => '/Hydrator/Filter/FilterInterface.php',
                'zend\\stdlib\\hydrator\\filter\\filterproviderinterface' => '/Hydrator/Filter/FilterProviderInterface.php',
                'zend\\stdlib\\hydrator\\filter\\getfilter' => '/Hydrator/Filter/GetFilter.php',
                'zend\\stdlib\\hydrator\\filter\\hasfilter' => '/Hydrator/Filter/HasFilter.php',
                'zend\\stdlib\\hydrator\\filter\\isfilter' => '/Hydrator/Filter/IsFilter.php',
                'zend\\stdlib\\hydrator\\filter\\methodmatchfilter' => '/Hydrator/Filter/MethodMatchFilter.php',
                'zend\\stdlib\\hydrator\\filter\\numberofparameterfilter' => '/Hydrator/Filter/NumberOfParameterFilter.php',
                'zend\\stdlib\\hydrator\\filter\\optionalparametersfilter' => '/Hydrator/Filter/OptionalParametersFilter.php',
                'zend\\stdlib\\hydrator\\filterenabledinterface' => '/Hydrator/FilterEnabledInterface.php',
                'zend\\stdlib\\hydrator\\hydrationinterface' => '/Hydrator/HydrationInterface.php',
                'zend\\stdlib\\hydrator\\hydratorawareinterface' => '/Hydrator/HydratorAwareInterface.php',
                'zend\\stdlib\\hydrator\\hydratorawaretrait' => '/Hydrator/HydratorAwareTrait.php',
                'zend\\stdlib\\hydrator\\hydratorinterface' => '/Hydrator/HydratorInterface.php',
                'zend\\stdlib\\hydrator\\hydratoroptionsinterface' => '/Hydrator/HydratorOptionsInterface.php',
                'zend\\stdlib\\hydrator\\hydratorpluginmanager' => '/Hydrator/HydratorPluginManager.php',
                'zend\\stdlib\\hydrator\\iterator\\hydratingarrayiterator' => '/Hydrator/Iterator/HydratingArrayIterator.php',
                'zend\\stdlib\\hydrator\\iterator\\hydratingiteratorinterface' => '/Hydrator/Iterator/HydratingIteratorInterface.php',
                'zend\\stdlib\\hydrator\\iterator\\hydratingiteratoriterator' => '/Hydrator/Iterator/HydratingIteratorIterator.php',
                'zend\\stdlib\\hydrator\\namingstrategy\\arraymapnamingstrategy' => '/Hydrator/NamingStrategy/ArrayMapNamingStrategy.php',
                'zend\\stdlib\\hydrator\\namingstrategy\\compositenamingstrategy' => '/Hydrator/NamingStrategy/CompositeNamingStrategy.php',
                'zend\\stdlib\\hydrator\\namingstrategy\\identitynamingstrategy' => '/Hydrator/NamingStrategy/IdentityNamingStrategy.php',
                'zend\\stdlib\\hydrator\\namingstrategy\\mapnamingstrategy' => '/Hydrator/NamingStrategy/MapNamingStrategy.php',
                'zend\\stdlib\\hydrator\\namingstrategy\\namingstrategyinterface' => '/Hydrator/NamingStrategy/NamingStrategyInterface.php',
                'zend\\stdlib\\hydrator\\namingstrategy\\underscorenamingstrategy' => '/Hydrator/NamingStrategy/UnderscoreNamingStrategy.php',
                'zend\\stdlib\\hydrator\\namingstrategyenabledinterface' => '/Hydrator/NamingStrategyEnabledInterface.php',
                'zend\\stdlib\\hydrator\\objectproperty' => '/Hydrator/ObjectProperty.php',
                'zend\\stdlib\\hydrator\\reflection' => '/Hydrator/Reflection.php',
                'zend\\stdlib\\hydrator\\strategy\\booleanstrategy' => '/Hydrator/Strategy/BooleanStrategy.php',
                'zend\\stdlib\\hydrator\\strategy\\closurestrategy' => '/Hydrator/Strategy/ClosureStrategy.php',
                'zend\\stdlib\\hydrator\\strategy\\datetimeformatterstrategy' => '/Hydrator/Strategy/DateTimeFormatterStrategy.php',
                'zend\\stdlib\\hydrator\\strategy\\defaultstrategy' => '/Hydrator/Strategy/DefaultStrategy.php',
                'zend\\stdlib\\hydrator\\strategy\\exception\\exceptioninterface' => '/Hydrator/Strategy/Exception/ExceptionInterface.php',
                'zend\\stdlib\\hydrator\\strategy\\exception\\invalidargumentexception' => '/Hydrator/Strategy/Exception/InvalidArgumentException.php',
                'zend\\stdlib\\hydrator\\strategy\\explodestrategy' => '/Hydrator/Strategy/ExplodeStrategy.php',
                'zend\\stdlib\\hydrator\\strategy\\serializablestrategy' => '/Hydrator/Strategy/SerializableStrategy.php',
                'zend\\stdlib\\hydrator\\strategy\\strategychain' => '/Hydrator/Strategy/StrategyChain.php',
                'zend\\stdlib\\hydrator\\strategy\\strategyinterface' => '/Hydrator/Strategy/StrategyInterface.php',
                'zend\\stdlib\\hydrator\\strategyenabledinterface' => '/Hydrator/StrategyEnabledInterface.php',
                'zend\\stdlib\\initializableinterface' => '/InitializableInterface.php',
                'zend\\stdlib\\jsonserializable' => '/JsonSerializable.php',
                'zend\\stdlib\\message' => '/Message.php',
                'zend\\stdlib\\messageinterface' => '/MessageInterface.php',
                'zend\\stdlib\\parameterobjectinterface' => '/ParameterObjectInterface.php',
                'zend\\stdlib\\parameters' => '/Parameters.php',
                'zend\\stdlib\\parametersinterface' => '/ParametersInterface.php',
                'zend\\stdlib\\prioritylist' => '/PriorityList.php',
                'zend\\stdlib\\priorityqueue' => '/PriorityQueue.php',
                'zend\\stdlib\\request' => '/Request.php',
                'zend\\stdlib\\requestinterface' => '/RequestInterface.php',
                'zend\\stdlib\\response' => '/Response.php',
                'zend\\stdlib\\responseinterface' => '/ResponseInterface.php',
                'zend\\stdlib\\splpriorityqueue' => '/SplPriorityQueue.php',
                'zend\\stdlib\\splqueue' => '/SplQueue.php',
                'zend\\stdlib\\splstack' => '/SplStack.php',
                'zend\\stdlib\\stringutils' => '/StringUtils.php',
                'zend\\stdlib\\stringwrapper\\abstractstringwrapper' => '/StringWrapper/AbstractStringWrapper.php',
                'zend\\stdlib\\stringwrapper\\iconv' => '/StringWrapper/Iconv.php',
                'zend\\stdlib\\stringwrapper\\intl' => '/StringWrapper/Intl.php',
                'zend\\stdlib\\stringwrapper\\mbstring' => '/StringWrapper/MbString.php',
                'zend\\stdlib\\stringwrapper\\native' => '/StringWrapper/Native.php',
                'zend\\stdlib\\stringwrapper\\stringwrapperinterface' => '/StringWrapper/StringWrapperInterface.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    }
);
// @codeCoverageIgnoreEnd