summaryrefslogtreecommitdiff
path: root/Zend/tests/attributes/023_ast_node_in_validation.phpt
blob: 332d83fe86f61cf8717384a8f58e3c4d17fe40e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--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