--TEST-- Validation of attribute repetition (is allowed; userland attribute) --FILE-- getAttributes(); var_dump($attributes); $attributes[0]->newInstance(); ?> --EXPECTF-- array(2) { [0]=> object(ReflectionAttribute)#%d (1) { ["name"]=> string(11) "MyAttribute" } [1]=> object(ReflectionAttribute)#%d (1) { ["name"]=> string(11) "MyAttribute" } }