mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
12 lines
163 B
PHP
12 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
|