Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DInstanceof_.php9 class Instanceof_ extends Expr { class
/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DNameResolver.php134 || $node instanceof Expr\Instanceof_
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php55 Expr\Instanceof_::class => [ 20, -1, -1],
1323 Expr\Instanceof_::class => [
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php428 …protected function pExpr_Instanceof(Expr\Instanceof_ $node, int $precedence, int $lhsPrecedence): …
430 Expr\Instanceof_::class, $node->expr,
/PHP-Parser/grammar/
H A Dphp.y1059 | expr T_INSTANCEOF class_name_reference { $$ = Expr\Instanceof_[$1, $3]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2330 …$self->semValue = new Expr\Instanceof_($self->semStack[$stackPos-(3-1)], $self->semStack[$stackPos…
H A DPhp8.php2332 …$self->semValue = new Expr\Instanceof_($self->semStack[$stackPos-(3-1)], $self->semStack[$stackPos…

Completed in 36 milliseconds