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