summaryrefslogtreecommitdiff
path: root/Zend/tests/varSyntax/globalNonSimpleVariableError.phpt
blob: ed04921f89470ab7444180c266bd7d034636f75b (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