Home
last modified time | relevance | path

Searched refs:ShellExec (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DShellExec.php8 class ShellExec extends Expr { class
/PHP-Parser/
H A DUPGRADE-2.0.md74 `Expr\ShellExec`.
H A DCHANGELOG.md1176 `Expr\ShellExec`. The change has been done to allow assignment of attributes to encapsed string
/PHP-Parser/grammar/
H A Dphp.y1085 | '`' backticks_expr '`' { $$ = Expr\ShellExec[$2]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php651 protected function pExpr_ShellExec(Expr\ShellExec $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2396 …$self->semValue = new Expr\ShellExec($self->semStack[$stackPos-(3-2)], $self->getAttributes($self-…
H A DPhp8.php2398 …$self->semValue = new Expr\ShellExec($self->semStack[$stackPos-(3-2)], $self->getAttributes($self-…

Completed in 41 milliseconds