<?php enum Foo: string { case X = 'x'; case Y = 'y'; } var_dump(Foo::tryFrom(null));
You have javascript disabled. You will not be able to edit any code.