<?php
enum ExampleEnum: string
{
    case FIRST = "AAA"."b";
}
