<?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; #[MyAttribute] final class LotsOfAttributes { #[RepeatableAttribute('one'), RepeatableAttribute('two')] public const SOME_CONSTANT = 'some value'; #[MyAttribute('one', extra: 'hello')] private string $someProperty; #[MyAttribute('two')] public function someMethod( #[MyAttribute('three')] string $someParameter ): void { } }
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 |
|