3v4l.org

run code in 300+ PHP versions simultaneously
<?php enum TEST: string { case A = 'A'; case B = 'B'; case C = 'C'; } echo TEST::A;
Output for 8.1.0 - 8.1.7
Fatal error: Uncaught Error: Object of class TEST could not be converted to string in /in/Rn7GF:9 Stack trace: #0 {main} thrown in /in/Rn7GF on line 9
Process exited with code 255.
Output for 8.0.1 - 8.0.20
Parse error: syntax error, unexpected identifier "TEST" in /in/Rn7GF on line 3
Process exited with code 255.
Output for 7.4.0 - 7.4.30
Parse error: syntax error, unexpected 'TEST' (T_STRING) in /in/Rn7GF on line 3
Process exited with code 255.

preferences:
180.88 ms | 1394 KiB | 64 Q