PhpMigration\Changes\v7dot0\ParserTest::testValidGlobal PHP Method

testValidGlobal() public method

public testValidGlobal ( )
    public function testValidGlobal()
    {
        $this->parser->parse('<?php function f() { global ${$foo->bar}; }');
    }