1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 18:13:00 +02:00
Files
archived-php-src/Zend/zend_attributes.stub.php
Máté Kocsis 6ce70447ac Generate zend class entries based on stubs
Closes GH-6685
2021-02-14 23:18:28 +01:00

11 lines
160 B
PHP

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