glayzzle / php-parser

:herb: NodeJS PHP Parser - extract AST or tokens
https://php-parser.glayzzle.com/
BSD 3-Clause "New" or "Revised" License
534 stars 71 forks source link

Nested staticlookup of property called `class` #1093

Open czosel opened 1 year ago

czosel commented 1 year ago

Input:

Foo::BarInFoo::class;

Out: Parse Error : syntax error, unexpected '::' (T_DOUBLE_COLON) on line 2