<?php function f(Traversable $t) { foreach ($t as $k => $v) { echo "$k => $v\n"; } } $x = (object)['a','b','c']; f($x);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`