<?php $obj = array('abcd' => 'def'); $obj = (object) $obj; echo $obj->abcd;
You have javascript disabled. You will not be able to edit any code.