Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DPreInc.php7 class PreInc extends Expr { class
/PHP-Parser/grammar/
H A Dphp.y1025 | T_INC variable { $$ = Expr\PreInc [$2]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php453 protected function pExpr_PreInc(Expr\PreInc $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2228 …$self->semValue = new Expr\PreInc($self->semStack[$stackPos-(2-2)], $self->getAttributes($self->to…
H A DPhp8.php2230 …$self->semValue = new Expr\PreInc($self->semStack[$stackPos-(2-2)], $self->getAttributes($self->to…

Completed in 27 milliseconds