Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DNullsafePropertyFetch.php9 class NullsafePropertyFetch extends Expr { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php1180 || $node instanceof Expr\NullsafePropertyFetch
1203 $node instanceof Expr\NullsafePropertyFetch
1357 Expr\NullsafePropertyFetch::class => [
/PHP-Parser/grammar/
H A Dphp.y1305 { $$ = Expr\NullsafePropertyFetch[$1, $3]; }
1332 …| new_variable T_NULLSAFE_OBJECT_OPERATOR property_name { $$ = Expr\NullsafePropertyFetch[$1, $3];…
1411 { $$ = Expr\NullsafePropertyFetch[$1, $3]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php2648 …$self->semValue = new Expr\NullsafePropertyFetch($self->semStack[$stackPos-(3-1)], $self->semStack…
2674 …$self->semValue = new Expr\NullsafePropertyFetch($self->semStack[$stackPos-(3-1)], $self->semStack…
2765 …$self->semValue = new Expr\NullsafePropertyFetch($self->semStack[$stackPos-(3-1)], $self->semStack…
H A DPhp7.php2635 …$self->semValue = new Expr\NullsafePropertyFetch($self->semStack[$stackPos-(3-1)], $self->semStack…
2664 …$self->semValue = new Expr\NullsafePropertyFetch($self->semStack[$stackPos-(3-1)], $self->semStack…
2755 …$self->semValue = new Expr\NullsafePropertyFetch($self->semStack[$stackPos-(3-1)], $self->semStack…
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php643 protected function pExpr_NullsafePropertyFetch(Expr\NullsafePropertyFetch $node): string {
/PHP-Parser/
H A DCHANGELOG.md458 `Expr\NullsafePropertyFetch` and `Expr\NullsafeMethodCall` nodes.

Completed in 36 milliseconds