<?php enum A: string { case b = 'b'; } $a = 'A'; $b = 'b'; var_dump($a::tryFrom($b));
You have javascript disabled. You will not be able to edit any code.