mirror of
https://github.com/php/php-src.git
synced 2024-12-02 22:34:55 +08:00
053ef28b8d
RFC: https://wiki.php.net/rfc/attribute_amendments Support for attribute grouping is left out, because the short attribute syntax RFC will likely make it obsolete. Closes GH-5751.
9 lines
139 B
PHP
9 lines
139 B
PHP
<?php
|
|
|
|
/** @generate-function-entries */
|
|
|
|
final class Attribute
|
|
{
|
|
public function __construct(int $flags = Attribute::TARGET_ALL) {}
|
|
}
|