php-8.0.30-src/Zend/tests/attributes/025_internal_repeatable_val...

13 lines
184 B
PHP

--TEST--
Internal attribute targets are validated.
--FILE--
<?php
#[Attribute]
#[Attribute]
class A1 { }
?>
--EXPECTF--
Fatal error: Attribute "Attribute" must not be repeated in %s