<?php

function massivefaggot(){

$imbecil = array ('odin', 'dva', 'tree');
return $imbecil;
}

for ($i=0; $i<3; $i++){
	echo massivefaggot()[$i];
}