blob: f41840cbb364950a45eed9cf02361e6c016c58a8 (
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 token "->", expecting "," or ";" in %s on line %d
|