HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-4-197 6.8.0-1036-aws #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/php/phpDocumentor/Reflection/DocBlock/autoload.php
<?php

// Require
require_once 'Webmozart/Assert/autoload.php';
require_once 'phpDocumentor/Reflection/Common/autoload.php';
require_once 'phpDocumentor/Reflection/Types/autoload.php';

// Suggest

// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
    function($class) {
        static $classes = null;
        if ($classes === null) {
            $classes = array(
                'phpdocumentor\\reflection\\docblock' => '/../DocBlock.php',
                'phpdocumentor\\reflection\\docblock\\description' => '/Description.php',
                'phpdocumentor\\reflection\\docblock\\descriptionfactory' => '/DescriptionFactory.php',
                'phpdocumentor\\reflection\\docblock\\examplefinder' => '/ExampleFinder.php',
                'phpdocumentor\\reflection\\docblock\\serializer' => '/Serializer.php',
                'phpdocumentor\\reflection\\docblock\\standardtagfactory' => '/StandardTagFactory.php',
                'phpdocumentor\\reflection\\docblock\\tag' => '/Tag.php',
                'phpdocumentor\\reflection\\docblock\\tagfactory' => '/TagFactory.php',
                'phpdocumentor\\reflection\\docblock\\tags\\author' => '/Tags/Author.php',
                'phpdocumentor\\reflection\\docblock\\tags\\basetag' => '/Tags/BaseTag.php',
                'phpdocumentor\\reflection\\docblock\\tags\\covers' => '/Tags/Covers.php',
                'phpdocumentor\\reflection\\docblock\\tags\\deprecated' => '/Tags/Deprecated.php',
                'phpdocumentor\\reflection\\docblock\\tags\\example' => '/Tags/Example.php',
                'phpdocumentor\\reflection\\docblock\\tags\\factory\\staticmethod' => '/Tags/Factory/StaticMethod.php',
                'phpdocumentor\\reflection\\docblock\\tags\\formatter' => '/Tags/Formatter.php',
                'phpdocumentor\\reflection\\docblock\\tags\\formatter\\alignformatter' => '/Tags/Formatter/AlignFormatter.php',
                'phpdocumentor\\reflection\\docblock\\tags\\formatter\\passthroughformatter' => '/Tags/Formatter/PassthroughFormatter.php',
                'phpdocumentor\\reflection\\docblock\\tags\\generic' => '/Tags/Generic.php',
                'phpdocumentor\\reflection\\docblock\\tags\\invalidtag' => '/Tags/InvalidTag.php',
                'phpdocumentor\\reflection\\docblock\\tags\\link' => '/Tags/Link.php',
                'phpdocumentor\\reflection\\docblock\\tags\\method' => '/Tags/Method.php',
                'phpdocumentor\\reflection\\docblock\\tags\\param' => '/Tags/Param.php',
                'phpdocumentor\\reflection\\docblock\\tags\\property' => '/Tags/Property.php',
                'phpdocumentor\\reflection\\docblock\\tags\\propertyread' => '/Tags/PropertyRead.php',
                'phpdocumentor\\reflection\\docblock\\tags\\propertywrite' => '/Tags/PropertyWrite.php',
                'phpdocumentor\\reflection\\docblock\\tags\\reference\\fqsen' => '/Tags/Reference/Fqsen.php',
                'phpdocumentor\\reflection\\docblock\\tags\\reference\\reference' => '/Tags/Reference/Reference.php',
                'phpdocumentor\\reflection\\docblock\\tags\\reference\\url' => '/Tags/Reference/Url.php',
                'phpdocumentor\\reflection\\docblock\\tags\\return_' => '/Tags/Return_.php',
                'phpdocumentor\\reflection\\docblock\\tags\\see' => '/Tags/See.php',
                'phpdocumentor\\reflection\\docblock\\tags\\since' => '/Tags/Since.php',
                'phpdocumentor\\reflection\\docblock\\tags\\source' => '/Tags/Source.php',
                'phpdocumentor\\reflection\\docblock\\tags\\tagwithtype' => '/Tags/TagWithType.php',
                'phpdocumentor\\reflection\\docblock\\tags\\throws' => '/Tags/Throws.php',
                'phpdocumentor\\reflection\\docblock\\tags\\uses' => '/Tags/Uses.php',
                'phpdocumentor\\reflection\\docblock\\tags\\var_' => '/Tags/Var_.php',
                'phpdocumentor\\reflection\\docblock\\tags\\version' => '/Tags/Version.php',
                'phpdocumentor\\reflection\\docblockfactory' => '/../DocBlockFactory.php',
                'phpdocumentor\\reflection\\docblockfactoryinterface' => '/../DocBlockFactoryInterface.php',
                'phpdocumentor\\reflection\\exception\\pcreexception' => '/../Exception/PcreException.php',
                'phpdocumentor\\reflection\\utils' => '/../Utils.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    },
    true,
    false
);
// @codeCoverageIgnoreEnd

// Files