tolerant-php-parser icon indicating copy to clipboard operation
tolerant-php-parser copied to clipboard

Reserved words seems outdated

Open zobo opened this issue 1 year ago • 0 comments
trafficstars

I've seen errors like this https://github.com/zobo/php-language-server/issues/81 because namespace/classes used reserved words - that the list https://www.php.net/manual/en/reserved.other-reserved-words.php does not include anymore. https://github.com/microsoft/tolerant-php-parser/blob/main/src/TokenStringMaps.php#L103

Propose to clean up the list.

zobo avatar Sep 28 '24 18:09 zobo