3v4l.org

run code in 300+ PHP versions simultaneously
<?php enum Foo { case BAR; } $thing = 'BAR'; var_dump(Foo::$thing);
Output for 8.1.30 - 8.1.34, 8.2.22 - 8.2.30, 8.3.5 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
Fatal error: Uncaught Error: Access to undeclared static property Foo::$thing in /in/vHrvt:9 Stack trace: #0 {main} thrown in /in/vHrvt on line 9
Process exited with code 255.

preferences:
54.09 ms | 727 KiB | 4 Q