summaryrefslogtreecommitdiff
path: root/Zend/tests/attributes/019_variable_attribute_name.phpt
blob: 64fb69a4e0318f5c1ab5589201ad133c21e172fc (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Attribute name cannot be a variable
--FILE--
<?php

<<$x>>
class A {}

?>
--EXPECTF--
Parse error: syntax error, unexpected '$x' (T_VARIABLE), expecting identifier (T_STRING) or static (T_STATIC) or namespace (T_NAMESPACE) or \\ (T_NS_SEPARATOR) in %s on line %d