Home
last modified time | relevance | path

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

/PHP-Parser/grammar/
H A Dphp.y114 %token T_DOLLAR_OPEN_CURLY_BRACES
1412 | T_DOLLAR_OPEN_CURLY_BRACES expr '}' { $$ = Expr\Variable[$2]; }
1413 | T_DOLLAR_OPEN_CURLY_BRACES T_STRING_VARNAME '}' { $$ = Expr\Variable[$2]; }
1414 | T_DOLLAR_OPEN_CURLY_BRACES encaps_str_varname '[' expr ']' '}'
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php153 public const T_DOLLAR_OPEN_CURLY_BRACES = 388; define in PhpParser\\Parser\\Php8
H A DPhp7.php153 public const T_DOLLAR_OPEN_CURLY_BRACES = 388; define in PhpParser\\Parser\\Php7

Completed in 58 milliseconds