/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
symfony
/
var-dumper
/
Tests
/
Fixtures
/
Upload File
HOME
<?php namespace Symfony\Component\VarDumper\Tests\Fixtures; enum BackedEnumFixture: string { case Hearts = 'H'; case Diamonds = 'D'; case Clubs = 'C'; case Spades = 'S'; }