Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP constant parse error #157470

Closed
Binaryify opened this issue Aug 8, 2022 · 2 comments
Closed

PHP constant parse error #157470

Binaryify opened this issue Aug 8, 2022 · 2 comments
Assignees
Labels
php PHP support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@Binaryify
Copy link

Binaryify commented Aug 8, 2022

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.70.0
  • OS Version:MacOS 12.4

PHP constants code have different scope and it cause it show two color

Steps to Reproduce:

<?php
echo date(DATE_RFC7231, time());
echo date(DATE_RFC1123, time());

image
image
image

@Machou
Copy link

Machou commented Aug 8, 2022

flag

@roblourens
Copy link
Member

Filed upstream: atom/language-php#459

@roblourens roblourens added upstream Issue identified as 'upstream' component related (exists outside of VS Code) php PHP support issues labels Aug 9, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Sep 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
php PHP support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

4 participants