Searched refs:Match_ (Results 1 – 7 of 7) sorted by relevance
8 class Match_ extends Node\Expr { class
917 $parentNodeClass === Expr\Match_::class)1542 Expr\Match_::class . '->arms' => ', ',
598 T_MATCH '(' expr ')' '{' match_arm_list '}' { $$ = Expr\Match_[$3, $6]; }
665 protected function pExpr_Match(Expr\Match_ $node): string {
492 * [PHP 8.0] Added support for match expressions. These are represented using a new `Expr\Match_`
1741 …$self->semValue = new Expr\Match_($self->semStack[$stackPos-(7-3)], $self->semStack[$stackPos-(7-6…
1736 …$self->semValue = new Expr\Match_($self->semStack[$stackPos-(7-3)], $self->semStack[$stackPos-(7-6…
Completed in 42 milliseconds