-
-
Notifications
You must be signed in to change notification settings - Fork 32
Support for PHP Enums #23
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
Comments
👍 |
dg
added a commit
that referenced
this issue
Mar 1, 2021
dg
added a commit
that referenced
this issue
Mar 1, 2021
dg
added a commit
that referenced
this issue
Mar 1, 2021
dg
added a commit
that referenced
this issue
Mar 1, 2021
dg
added a commit
that referenced
this issue
Mar 1, 2021
dg
added a commit
that referenced
this issue
Mar 1, 2021
dg
added a commit
that referenced
this issue
Mar 2, 2021
dg
added a commit
that referenced
this issue
Mar 2, 2021
dg
added a commit
that referenced
this issue
Mar 6, 2021
dg
added a commit
that referenced
this issue
Mar 6, 2021
dg
added a commit
that referenced
this issue
Mar 7, 2021
dg
added a commit
that referenced
this issue
Mar 7, 2021
dg
added a commit
that referenced
this issue
Mar 7, 2021
dg
added a commit
that referenced
this issue
Aug 24, 2021
dg
added a commit
that referenced
this issue
Aug 25, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PHP Enum RFC is currently being voted, and it's highly likely that it will pass.
Enums support autoloading, and it introduces a new
T_ENUM
token. I would like to suggest that we introduce support to autoload Enums from robot-loader.Improve robot-loader to look for
T_ENUM
token if the PHP version is>= 80100
, and include it in the autoload list.The text was updated successfully, but these errors were encountered: