1<?php
2enum ExampleEnum: string
3{
4    case FIRST = "AAA"."b";
5}
6