<?php $foo = []; $foo[1] = "one"; $foo["2"] = "two"; $foo["three"] = "three"; foreach ($foo as $key => $value) { var_dump($key); }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`