<?php $o = (object)['aa' => []]; echo ($o->aa[0] ?? throw new Exception('not found'))->getName();
You have javascript disabled. You will not be able to edit any code.