1--TEST--
2Attribute flags type is not validated at compile time.
3--FILE--
4<?php
5
6#[Attribute("foo")]
7class A1 { }
8
9?>
10===DONE===
11--EXPECT--
12===DONE===
13