HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/share/php/Symfony/Polyfill/Php80/autoload.php
<?php

// Require

// Suggest

// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
    function($class) {
        static $classes = null;
        if ($classes === null) {
            $classes = array(
                'attribute' => '/Resources/stubs/Attribute.php',
                'phptoken' => '/Resources/stubs/PhpToken.php',
                'stringable' => '/Resources/stubs/Stringable.php',
                'symfony\\polyfill\\php80\\php80' => '/Php80.php',
                'symfony\\polyfill\\php80\\phptoken' => '/PhpToken.php',
                'unhandledmatcherror' => '/Resources/stubs/UnhandledMatchError.php',
                'valueerror' => '/Resources/stubs/ValueError.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    },
    true,
    false
);
// @codeCoverageIgnoreEnd

// Files
require_once __DIR__.'/bootstrap.php';