Ver originalforeach ($versions = $obj->versions as $b => $v) { foreach($v as $key => $value) { echo "$key : $value"; } }