Home
last modified time | relevance | path

Searched refs:T_INC (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/grammar/
H A Dphp.y36 %right '~' T_INC T_DEC T_INT_CAST T_DOUBLE_CAST T_STRING_CAST T_ARRAY_CAST T_OBJECT_CAST T_BOOL_CAS…
1024 | variable T_INC { $$ = Expr\PostInc[$1]; }
1025 | T_INC variable { $$ = Expr\PreInc [$2]; }
1046 | '+' expr %prec T_INC { $$ = Expr\UnaryPlus [$2]; }
1047 | '-' expr %prec T_INC { $$ = Expr\UnaryMinus[$2]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php63 public const T_INC = 298; define in PhpParser\\Parser\\Php7
H A DPhp8.php63 public const T_INC = 298; define in PhpParser\\Parser\\Php8

Completed in 23 milliseconds