<?php
$data = ('mint','test','alpha','omega');
for($i=0; $i<count($data); $i++){
 print $data[$i]."\n";
}
?>

何でうごかないんすかこれええええええええええ!