Searched refs:Unset_ (Results 1 – 7 of 7) sorted by relevance
/PHP-Parser/lib/PhpParser/Node/Expr/Cast/ |
H A D | Unset_.php | 7 class Unset_ extends Cast { class
|
/PHP-Parser/lib/PhpParser/Node/Stmt/ |
H A D | Unset_.php | 7 class Unset_ extends Node\Stmt { class
|
/PHP-Parser/lib/PhpParser/ |
H A D | PrettyPrinterAbstract.php | 53 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 D | Standard.php | 516 …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 D | php.y | 394 | T_UNSET '(' variables_list ')' semi { $$ = Stmt\Unset_[$3]; } 1080 | T_UNSET_CAST expr { $$ = Expr\Cast\Unset_ [$2]; }
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 1516 …$self->semValue = new Stmt\Unset_($self->semStack[$stackPos-(5-3)], $self->getAttributes($self->to… 2386 …$self->semValue = new Expr\Cast\Unset_($self->semStack[$stackPos-(2-2)], $self->getAttributes($sel…
|
H A D | Php8.php | 1511 …$self->semValue = new Stmt\Unset_($self->semStack[$stackPos-(5-3)], $self->getAttributes($self->to… 2388 …$self->semValue = new Expr\Cast\Unset_($self->semStack[$stackPos-(2-2)], $self->getAttributes($sel…
|
Completed in 38 milliseconds