Простите, может я не понял вопрос:
$MyObject = array(
'one' =>
array (
'some' => 12,
'other' => 13.5,
'another' => true,
'complex' => array (1,2,3,4,5),
'simple' => 'value',
'object' => new MyObjectType(42)
),
'two' =>
array (
'ITthinkYouGotIt' => 'right?'
)
);