- Output for 7.0.0 - 7.2.6
- Notice: Undefined index: parent in /in/4JuIa on line 15
Array
(
[1] => Array
(
[content] => The first comment
[parent] => 0
[0] => Array
(
[3] => Array
(
[content] => Reply of first comment
[parent] => 1
)
[4] => Array
(
[content] => Another reply of first comemnt
[parent] => 1
)
)
)
[2] => Array
(
[content] => The second comment
[parent] => 0
)
[4] => Array
(
[0] => Array
(
[5] => Array
(
[content] => Reply of a reply of the first comment
[parent] => 4
)
)
)
)
- Output for 5.4.0 - 5.6.28
- Array
(
[1] => Array
(
[content] => The first comment
[parent] => 0
[0] => Array
(
[3] => Array
(
[content] => Reply of first comment
[parent] => 1
)
[4] => Array
(
[content] => Another reply of first comemnt
[parent] => 1
)
)
)
[2] => Array
(
[content] => The second comment
[parent] => 0
)
[4] => Array
(
[0] => Array
(
[5] => Array
(
[content] => Reply of a reply of the first comment
[parent] => 4
)
)
)
)
- Output for 5.3.18 - 5.3.29
- Parse error: syntax error, unexpected '[' in /in/4JuIa on line 3
Process exited with code 255.