11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
|
|
--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
|