Searched refs:T_INC (Results 1 – 3 of 3) sorted by relevance
36 %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]; }
63 public const T_INC = 298; define in PhpParser\\Parser\\Php7
63 public const T_INC = 298; define in PhpParser\\Parser\\Php8
Completed in 23 milliseconds