Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php enum Bar: string { case A = "a"; case B = "b"; public const STR = self::A->value . self::B->value; } class Foo { public const CONCAT_STR = "a" . Bar::STR . "e"; }
Snippet created on May 26 2023 at 07:55 UTC
Settings
Get link