summaryrefslogtreecommitdiff
path: root/Zend/tests/attributes/019_variable_attribute_name.phpt
blob: fe96459bb30f470d5be98575ca2628465bd62794 (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 variable "$x" in %s on line %d