Searched refs:T_STRING_VARNAME (Results 1 – 3 of 3) sorted by relevance
48 %token T_STRING_VARNAME1403 T_STRING_VARNAME { $$ = Expr\Variable[$1]; }1414 | T_DOLLAR_OPEN_CURLY_BRACES T_STRING_VARNAME '}' { $$ = Expr\Variable[$2]; }
83 public const T_STRING_VARNAME = 318; define in PhpParser\\Parser\\Php7
83 public const T_STRING_VARNAME = 318; define in PhpParser\\Parser\\Php8
Completed in 22 milliseconds