Hi Stas,

> On Jul 2, 2016, at 7:00 PM, Stanislav Malyshev <smalys...@gmail.com> wrote:
> 
> Do you mean that this code:
> 
> $a = json_decode('{"a": 1, "b": 2, "c": 3}');
> foreach($a as $b) {
>    var_dump($b);
> }
> 
> will no longer work, or that it will still work, but stdClass would not
> be instanceof Iterable?

That code will continue to work just as it always has. stdClass will not be 
accepted by the iterable type.

Aaron Piotrowski


Reply via email to