xref
: /
PHP-8.2
/
ext
/
opcache
/
tests
/
preload_gh10914.inc
(revision bc421791)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
enum ExampleEnum: string
3
{
4
case FIRST = "AAA"."b";
5
}
6