1--TEST-- 2Internal attribute targets are validated. 3--FILE-- 4<?php 5 6#[Attribute] 7function a1() { } 8 9?> 10--EXPECTF-- 11Fatal error: Attribute "Attribute" cannot target function (allowed targets: class) in %s 12