php-src/Zend/tests/attributes/025_internal_repeatable_validation.phpt
2020-09-02 20:26:50 +02:00

12 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