>>400
どうせこんな感じのミスじゃない?
$input = "あいうえお";
$w = array('あ','い','う');

foreach ($w as $t){
$result = mb_ereg_replace($t,'',$input);
}
echo $result;