008_wrong_attribution.phpt 205 B

12345678910
  1. --TEST--
  2. Attributes: Prevent Attribute on non classes
  3. --FILE--
  4. <?php
  5. #[Attribute]
  6. function foo() {}
  7. ?>
  8. --EXPECTF--
  9. Fatal error: Attribute "Attribute" cannot target function (allowed targets: class) in %s