404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.139.235.99: ~ $
<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\VarDumper\Tests\Fixtures;

#[\Attribute]
final class MyAttribute
{
    public function __construct(
        private string $foo = 'default',
        private ?string $extra = null,
    ) {
    }

    public function getFoo(): string
    {
        return $this->foo;
    }

    public function getExtra(): ?string
    {
        return $this->extra;
    }
}

Filemanager

Name Type Size Permission Actions
BackedEnumFixture.php File 200 B 0644
DateTimeChild.php File 157 B 0644
ExtendsReflectionTypeFixture.php File 369 B 0644
FooInterface.php File 191 B 0644
GeneratorDemo.php File 291 B 0644
LotsOfAttributes.php File 688 B 0644
MyAttribute.php File 653 B 0644
NotLoadableClass.php File 121 B 0644
Php74.php File 284 B 0644
Php81Enums.php File 305 B 0644
ReflectionIntersectionTypeFixture.php File 153 B 0644
ReflectionNamedTypeFixture.php File 126 B 0644
ReflectionUnionTypeFixture.php File 133 B 0644
ReflectionUnionTypeWithIntersectionFixture.php File 169 B 0644
Twig.php File 1.12 KB 0644
UnitEnumFixture.php File 166 B 0644
dumb-var.php File 881 B 0644
dump_server.php File 1.01 KB 0644
xml_reader.xml File 233 B 0644