ru_php/Zend/tests/attributes/Attribute/Attribute_on_interface.phpt

13 lines
191 B
PHP

--TEST--
#[Attribute] on an interface
--FILE--
<?php
#[Attribute]
interface Demo {}
echo "Done\n";
?>
--EXPECTF--
Fatal error: Cannot apply #[\Attribute] to interface Demo in %s on line %d