$resim = '<img src="bla bla" />';
$resim = preg_replace('#<img[^>]*>#i', 'RESİM', $resim);
echo $resim;