3v4l.org

run code in 300+ PHP versions simultaneously
<?php enum Gender : string { case MALE = 'male'; } Gender::MALE;
Output for 8.1.0 - 8.1.7
Output for 8.0.1 - 8.0.20
Parse error: syntax error, unexpected identifier "Gender" in /in/Q508T 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/Q508T on line 3
Process exited with code 255.

preferences:
179.39 ms | 1399 KiB | 64 Q