Home
last modified time | relevance | path

Searched refs:PostInc (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DPostInc.php7 class PostInc extends Expr { class
/PHP-Parser/grammar/
H A Dphp.y1024 | variable T_INC { $$ = Expr\PostInc[$1]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php461 protected function pExpr_PostInc(Expr\PostInc $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2225 …$self->semValue = new Expr\PostInc($self->semStack[$stackPos-(2-1)], $self->getAttributes($self->t…
H A DPhp8.php2227 …$self->semValue = new Expr\PostInc($self->semStack[$stackPos-(2-1)], $self->getAttributes($self->t…

Completed in 32 milliseconds