git/t/t4018/php-enum

enum RIGHT: string
{
    case Foo = 'ChangeMe';
}