mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
12 lines
184 B
PHP
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
|