tagua-vm / parser

Safe, fast and memory efficient PHP parser (lexical and syntactic analysers, and the Abstract Syntax Tree)
http://tagua.io/
119 stars 15 forks source link

feat(parser) Deref expr. accept single q. string #119

Closed Hywan closed 7 years ago

Hywan commented 7 years ago

Dereferencable expressions only accept single quoted strings for now.

See https://github.com/tagua-vm/parser/issues/118 and https://github.com/php/php-langspec/issues/200 for more details.