Array
(
[return] => Array
(
[0] => Array
(
[0] => Array
(
[test] => 1
)
)
)
[error_row] => Array
(
[0] => test
)
)
How can I get the test in [error_row] using foreach loop? Already tried this multidimensional and also this multidimensional2 but get no answer it those two question.