- Output for 8.1.23 - 8.1.34, 8.2.10 - 8.2.30, 8.3.5 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
- enum(Gender::UNKNOWN)
enum(Gender::MALE)
enum(Gender::FEMALE)
NULL
- Output for 8.0.30
- Parse error: syntax error, unexpected identifier "Gender" in /in/8R2fP on line 3
Process exited with code 255. - Output for 7.2.7
- Parse error: syntax error, unexpected 'Gender' (T_STRING) in /in/8R2fP on line 3
Process exited with code 255.