"; foreach ($listitems as $item) { $item = trim($item); if (!empty($item)) { $listtext .= "
  • ".$item."
  • "; } } $listtext .= ""; $text = str_replace($match[0][$i], $listtext, $text); } unset($listitems); unset($listtext); unset($match);