3v4l.org

run code in 300+ PHP versions simultaneously
<?php enum Foo {} $reflectionClass = new ReflectionClass(Foo::class); var_dump($reflectionClass->isFinal());
Output for 8.0.0 - 8.0.13
Parse error: syntax error, unexpected identifier "Foo" in /in/MCDTN on line 3
Process exited with code 255.
Output for 7.3.0 - 7.3.33, 7.4.0 - 7.4.26
Parse error: syntax error, unexpected 'Foo' (T_STRING) in /in/MCDTN on line 3
Process exited with code 255.

preferences:
199.87 ms | 1395 KiB | 80 Q