3v4l.org

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

preferences:
213.45 ms | 1394 KiB | 64 Q