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

11 lines
163 B
PHP

--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