1 2 3 4 5 6 7 8
<?php /** @generate-function-entries */ final class Attribute { public function __construct(int $flags = Attribute::TARGET_ALL) {} }