We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27ad72 commit 10f7668Copy full SHA for 10f7668
stubs/ext/zend_test/ZendTestStringEnum.php
@@ -6,4 +6,5 @@ enum ZendTestStringEnum : string
6
case Foo = "Test1";
7
case Bar = "Test2";
8
case Baz = "Test2\\a";
9
+ case FortyTwo = "42";
10
}
0 commit comments