- Output for 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.5 - 8.3.26, 8.4.1 - 8.4.13
- array(3) { [0]=> enum(Fruits::APPLE) [1]=> enum(Fruits::PINEAPPLE) [2]=> enum(Fruits::PLUM) } array(3) { [0]=> string(5) "apple" [1]=> string(9) "pineapple" [2]=> string(4) "plum" }
- Output for 8.0.1 - 8.0.30
- Parse error: syntax error, unexpected identifier "Fruits" in /in/pbcDT on line 3
Process exited with code 255.