forked from z7zmey/php-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
PHP 8PHP 8 featuresPHP 8 features
Description
RFC: https://wiki.php.net/rfc/attributes_v2
Example:
use App\Attributes\ExampleAttribute;
#[ExampleAttribute]
class Foo
{
#[ExampleAttribute]
public const FOO = 'foo';
#[ExampleAttribute]
public $x;
#[ExampleAttribute]
public function foo(#[ExampleAttribute] $bar) { }
}Metadata
Metadata
Assignees
Labels
PHP 8PHP 8 featuresPHP 8 features