php-8.0.30-src/Zend/tests/attributes/008_wrong_attribution.phpt

11 lines
205 B
PHP

--TEST--
Attributes: Prevent Attribute on non classes
--FILE--
<?php
#[Attribute]
function foo() {}
?>
--EXPECTF--
Fatal error: Attribute "Attribute" cannot target function (allowed targets: class) in %s