<?php declare(strict_types=1); enum Foo: int { case Bar = 0; } var_dump(Foo::from('0e0'));
You have javascript disabled. You will not be able to edit any code.