[E017] Error: cannot declare magic method `EnumWithGet::__get` in an enum ,-[code.php:4:21] | 3 | enum EnumWithGet { * ^^^^^^^^^^^ * 4 | public function __get($v) {} * ^^|^^ * `---- try removing this magic method ---'