3v4l.org

run code in 300+ PHP versions simultaneously
<?php enum testEnum { case one; case two; case three; public static function fromName (string $caseName): static { return static::{$caseName}; } } var_dump(testEnum::fromName("two"));
Output for 8.3.3 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
enum(testEnum::two)
Output for 8.1.30 - 8.1.34, 8.2.21 - 8.2.30
Parse error: syntax error, unexpected token ";", expecting "(" in /in/jhfJU on line 11
Process exited with code 255.

preferences:
59.11 ms | 739 KiB | 4 Q