Searched refs:PostInc (Results 1 – 5 of 5) sorted by relevance
7 class PostInc extends Expr { class
1024 | variable T_INC { $$ = Expr\PostInc[$1]; }
461 protected function pExpr_PostInc(Expr\PostInc $node): string {
2225 …$self->semValue = new Expr\PostInc($self->semStack[$stackPos-(2-1)], $self->getAttributes($self->t…
2227 …$self->semValue = new Expr\PostInc($self->semStack[$stackPos-(2-1)], $self->getAttributes($self->t…
Completed in 35 milliseconds