preg_match_all ile aldığın değeri şu şekilde ekrana basmayı dene

for($i=0,$x=count($veri[1]);$i<$x;$i++) {
    echo $veri[1][$i];
}