Home
last modified time | relevance | path

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

/PHP-Parser/grammar/
H A Dphp.y48 %token T_STRING_VARNAME
1357 T_STRING_VARNAME { $$ = Expr\Variable[$1]; }
1368 | T_DOLLAR_OPEN_CURLY_BRACES T_STRING_VARNAME '}' { $$ = Expr\Variable[$2]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php83 public const T_STRING_VARNAME = 318; define in PhpParser\\Parser\\Php7
H A DPhp8.php83 public const T_STRING_VARNAME = 318; define in PhpParser\\Parser\\Php8

Completed in 31 milliseconds