1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/Zend/zend_attributes.stub.php
Martin Schröder 053ef28b8d Implement Attribute Amendments.
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.
2020-06-29 10:45:51 +02:00

9 lines
139 B
PHP

<?php
/** @generate-function-entries */
final class Attribute
{
public function __construct(int $flags = Attribute::TARGET_ALL) {}
}