Searched refs:T_DEC (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…1026 | variable T_DEC { $$ = Expr\PostDec[$1]; }1027 | T_DEC variable { $$ = Expr\PreDec [$2]; }
64 public const T_DEC = 299; define in PhpParser\\Parser\\Php7
64 public const T_DEC = 299; define in PhpParser\\Parser\\Php8
Completed in 33 milliseconds