summaryrefslogtreecommitdiff
path: root/Zend/tests/varSyntax/globalNonSimpleVariableError.phpt
blob: 6847c6f2ea7ab6481d04202274a9fe848b78c29a (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Global keyword only accepts simple variables
--FILE--
<?php

global $$foo->bar;

?>
--EXPECTF--
Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR), expecting ';' or ',' in %s on line %d