php-8.0.30-src/Zend/tests/attributes/032_attribute_validation_sc...

10 lines
245 B
PHP

--TEST--
Validation for "Attribute" does not use a scope when evaluating constant ASTs
--FILE--
<?php
#[Attribute(parent::x)]
class x extends y {}
?>
--EXPECTF--
Fatal error: Cannot access "parent" when no class scope is active in %s on line %d