<?php class A { int $x = null; } $a = [new class A()]; foreach ($a as $b) { var_dump($a['x']->x ?? 0); }
You have javascript disabled. You will not be able to edit any code.