$array = array();$arandompos = 5;$array[$arandompos] = new objeto();$array[3] = new objeto();// y asi..