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

Support all Expr nodes when in dynamic constant fetch #248

Merged
merged 1 commit into from Jan 22, 2024

Conversation

spaze
Copy link
Owner

@spaze spaze commented Jan 22, 2024

Because besides Variable, there's also

  • PropertyFetch (Foo::{$this->type})
  • StaticPropertyFetch (Foo::{Foo::$bar})
  • and more.

Fix #241, again.

@spaze spaze self-assigned this Jan 22, 2024
Because besides `Variable`, there's also `PropertyFetch` (`Foo::{$this->type}`), `StaticPropertyFetch` (`Foo::{Foo::$bar}`) and more.

Fix #241, again.
@spaze spaze force-pushed the spaze/constant-property-fetch branch from 0326e37 to 43e9213 Compare January 22, 2024 22:07
@spaze spaze merged commit fe56632 into main Jan 22, 2024
74 checks passed
@spaze spaze deleted the spaze/constant-property-fetch branch January 22, 2024 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support enum dynamic constant
1 participant