1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/Zend/tests/varSyntax/globalNonSimpleVariableError.phpt
2020-09-02 20:26:50 +02:00

11 lines
193 B
PHP

--TEST--
Global keyword only accepts simple variables
--FILE--
<?php
global $$foo->bar;
?>
--EXPECTF--
Parse error: syntax error, unexpected token "->", expecting "," or ";" in %s on line %d