Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DPostDec.php7 class PostDec extends Expr { class
/PHP-Parser/grammar/
H A Dphp.y1026 | variable T_DEC { $$ = Expr\PostDec[$1]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php465 protected function pExpr_PostDec(Expr\PostDec $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2231 …$self->semValue = new Expr\PostDec($self->semStack[$stackPos-(2-1)], $self->getAttributes($self->t…
H A DPhp8.php2233 …$self->semValue = new Expr\PostDec($self->semStack[$stackPos-(2-1)], $self->getAttributes($self->t…

Completed in 57 milliseconds