Searched refs:ShellExec (Results 1 – 7 of 7) sorted by relevance
8 class ShellExec extends Expr { class
74 `Expr\ShellExec`.
1176 `Expr\ShellExec`. The change has been done to allow assignment of attributes to encapsed string
1085 | '`' backticks_expr '`' { $$ = Expr\ShellExec[$2]; }
651 protected function pExpr_ShellExec(Expr\ShellExec $node): string {
2396 …$self->semValue = new Expr\ShellExec($self->semStack[$stackPos-(3-2)], $self->getAttributes($self-…
2398 …$self->semValue = new Expr\ShellExec($self->semStack[$stackPos-(3-2)], $self->getAttributes($self-…
Completed in 41 milliseconds