Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/Cast/
H A DUnset_.php7 class Unset_ extends Cast { class
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DUnset_.php7 class Unset_ extends Node\Stmt { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php53 Cast\Unset_::class => [ 10, -1, -1],
1387 Cast\Object_::class, Cast\Bool_::class, Cast\Unset_::class, Expr\ErrorSuppress::class,
1547 Stmt\Unset_::class . '->vars' => ', ',
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php516 …protected function pExpr_Cast_Unset(Cast\Unset_ $node, int $precedence, int $lhsPrecedence): strin…
517 … return $this->pPrefixOp(Cast\Unset_::class, '(unset) ', $node->expr, $precedence, $lhsPrecedence);
1009 protected function pStmt_Unset(Stmt\Unset_ $node): string {
/PHP-Parser/grammar/
H A Dphp.y394 | T_UNSET '(' variables_list ')' semi { $$ = Stmt\Unset_[$3]; }
1079 | T_UNSET_CAST expr { $$ = Expr\Cast\Unset_ [$2]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php1519 …$self->semValue = new Stmt\Unset_($self->semStack[$stackPos-(5-3)], $self->getAttributes($self->to…
2393 …$self->semValue = new Expr\Cast\Unset_($self->semStack[$stackPos-(2-2)], $self->getAttributes($sel…
H A DPhp7.php1510 …$self->semValue = new Stmt\Unset_($self->semStack[$stackPos-(5-3)], $self->getAttributes($self->to…
2377 …$self->semValue = new Expr\Cast\Unset_($self->semStack[$stackPos-(2-2)], $self->getAttributes($sel…

Completed in 49 milliseconds