-
Notifications
You must be signed in to change notification settings - Fork 0
Typed class constants support #157
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
Labels
Comments
The RFC has been accepted, need to wait for php/php-src#10444 before adding this to the PHP 8.3 emitter. |
PR has been merged, the build from https://github.com/shivammathur/php-builder-windows/actions/runs/4715949822 contains the change: $ XP_RT=8.3 xp -w 'class T { const string NAME= "Test"; } return T::NAME'
Test |
thekid
added a commit
that referenced
this issue
Apr 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a nutshell
See also
The text was updated successfully, but these errors were encountered: