Skip to content

[appserver-io/doppelgaenger] Constructs like <CLASSNAME>::class break parsing #805

@wick-ed

Description

@wick-ed

The PHP Tokenizer extension does interpret both, <CLASSNAME>::class and class <CLASSNAME> {... as the same parser Token T_CLASS (358).
This leads to issues when parsing structures as it seems to indicate a nested structure which is simply not possible.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions