Searched refs:Instanceof_ (Results 1 – 7 of 7) sorted by relevance
/PHP-Parser/lib/PhpParser/Node/Expr/ |
H A D | Instanceof_.php | 9 class Instanceof_ extends Expr { class
|
/PHP-Parser/lib/PhpParser/NodeVisitor/ |
H A D | NameResolver.php | 134 || $node instanceof Expr\Instanceof_
|
/PHP-Parser/lib/PhpParser/ |
H A D | PrettyPrinterAbstract.php | 55 Expr\Instanceof_::class => [ 20, -1, -1], 1323 Expr\Instanceof_::class => [
|
/PHP-Parser/lib/PhpParser/PrettyPrinter/ |
H A D | Standard.php | 428 …protected function pExpr_Instanceof(Expr\Instanceof_ $node, int $precedence, int $lhsPrecedence): … 430 Expr\Instanceof_::class, $node->expr,
|
/PHP-Parser/grammar/ |
H A D | php.y | 1059 | expr T_INSTANCEOF class_name_reference { $$ = Expr\Instanceof_[$1, $3]; }
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 2330 …$self->semValue = new Expr\Instanceof_($self->semStack[$stackPos-(3-1)], $self->semStack[$stackPos…
|
H A D | Php8.php | 2332 …$self->semValue = new Expr\Instanceof_($self->semStack[$stackPos-(3-1)], $self->semStack[$stackPos…
|
Completed in 36 milliseconds