HEX
Server: nginx/1.18.0
System: Linux proba.drlaca.appboxes.co 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
User: appbox (1000)
PHP: 7.4.3-4ubuntu2.29
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_once 'phpDocumentor/Reflection/Common/autoload.php'; Already required by Type
require_once 'phpDocumentor/Reflection/Types/autoload.php';
require_once 'Webmozart/Assert/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(
                '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\\factory\\strategy' => '/Tags/Factory/Strategy.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\\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\\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'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    },
    true,
    false
);
// @codeCoverageIgnoreEnd