Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DMatch_.php8 class Match_ extends Node\Expr { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php917 $parentNodeClass === Expr\Match_::class)
1542 Expr\Match_::class . '->arms' => ', ',
/PHP-Parser/grammar/
H A Dphp.y597 T_MATCH '(' expr ')' '{' match_arm_list '}' { $$ = Expr\Match_[$3, $6]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php665 protected function pExpr_Match(Expr\Match_ $node): string {
/PHP-Parser/
H A DCHANGELOG.md485 * [PHP 8.0] Added support for match expressions. These are represented using a new `Expr\Match_`
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php1741 …$self->semValue = new Expr\Match_($self->semStack[$stackPos-(7-3)], $self->semStack[$stackPos-(7-6…
H A DPhp7.php1732 …$self->semValue = new Expr\Match_($self->semStack[$stackPos-(7-3)], $self->semStack[$stackPos-(7-6…

Completed in 61 milliseconds