<?php $MAP = [ ['x', 'x', 'x', 'x'], ['x', 's', 'p', 'x'], ['x', 'p', 'p', 'x'], ['x', 'p', 'p', 'x'], ['x', 'p', 'p', 'x'], ['x', 'p', 'p', 'x'], ['x', 'x', 'x', 'x'], ]; function whatever_i_cba_naming_shit_at_this_time_of_night($data) { foreach ($data as $parentKey => $parent) { foreach ($parent as $childKey => $child) { yield [$parentKey, $childKey, $child]; } } } foreach (whatever_i_cba_naming_shit_at_this_time_of_night($MAP) as list($parentKey, $childKey, $child)) { echo "$parentKey/$childKey => $child\n"; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`