summaryrefslogtreecommitdiff
path: root/Zend/tests/attributes/025_internal_repeatable_validation.phpt
blob: 671a15fba31f0a6bdc3e8c58f06fe2d74797c48a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Internal attribute targets are validated.
--FILE--
<?php

#[Attribute]
#[Attribute]
class A1 { }

?>
--EXPECTF--
Fatal error: Attribute "Attribute" must not be repeated in %s