- Output for 7.0.0 - 7.2.0
- int(5)
array(3) {
[0]=>
int(10)
[1]=>
int(200)
[2]=>
int(5)
}
- Output for 5.4.0 - 5.6.28
- int(10)
array(3) {
[0]=>
int(5)
[1]=>
int(200)
[2]=>
int(10)
}
- Output for 5.3.19 - 5.3.29
- Parse error: syntax error, unexpected '[' in /in/X7PiC on line 2
Process exited with code 255.