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.
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.