php-src/Zend/tests/attributes/023_ast_node_in_validation.phpt
2020-09-02 20:26:50 +02:00

11 lines
165 B
PHP

--TEST--
Attribute flags value is validated.
--FILE--
<?php
#[Attribute(Foo::BAR)]
class A1 { }
?>
--EXPECTF--
Fatal error: Class "Foo" not found in %s on line %d