php-src/Zend/tests/varSyntax/globalNonSimpleVariableError.phpt
2020-09-02 20:26:50 +02:00

10 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