<?php $quux = ['foo' => 'bar']; $obj = new stdClass; $obj->bar = 'baz'; $bar = $obj->{$quux['foo']}; var_dump($bar);
You have javascript disabled. You will not be able to edit any code.