- Output for 5.4.0 - 5.4.45, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
- Array
(
[0] => Array
(
[0] => Array
(
[value] => 1
[date] => 2019-01-01
)
[1] => Array
(
[value] => 3
[date] => 2018-01-01
)
)
[1] => Array
(
[0] => Array
(
[value] => 2
[date] => 2019-01-01
)
[1] => Array
(
[value] => 4
[date] => 2018-01-01
)
)
)
- Output for 5.2.17, 5.3.29
- Parse error: syntax error, unexpected '[' in /in/CYDAB on line 3
Process exited with code 255. - Output for 4.3.9
- Parse error: parse error, unexpected '[' in /in/CYDAB on line 3
Process exited with code 255.