Home
last modified time | relevance | path

Searched refs:Global_ (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DGlobal_.php7 class Global_ extends Node\Stmt { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php1539 Stmt\Global_::class . '->vars' => ', ',
/PHP-Parser/grammar/
H A Dphp.y386 | T_GLOBAL global_var_list semi { $$ = Stmt\Global_[$2]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php1000 protected function pStmt_Global(Stmt\Global_ $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php1501 …$self->semValue = new Stmt\Global_($self->semStack[$stackPos-(3-2)], $self->getAttributes($self->t…
H A DPhp7.php1492 …$self->semValue = new Stmt\Global_($self->semStack[$stackPos-(3-2)], $self->getAttributes($self->t…

Completed in 55 milliseconds