mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
11 lines
163 B
PHP
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
|