1--TEST-- 2Internal attribute targets are validated. 3--FILE-- 4<?php 5 6#[Attribute] 7#[Attribute] 8class A1 { } 9 10?> 11--EXPECTF-- 12Fatal error: Attribute "Attribute" must not be repeated in %s 13