3v4l.org

run code in 300+ PHP versions simultaneously
<?php function sTAGS($textl, $prm) { $text = trim ( $textl ); //echo strip_tags($text, $prm); //echo htmlentities($text); //echo htmlentities($text, ENT_QUOTES); echo html_entity_decode($text); } $txt = '<p> Test-Absatz.</p><!-- Kommentar --> <a href="#fragment">Anderer Text</a>'; sTAGS($txt, "<p>"); ?>

preferences:
32.84 ms | 402 KiB | 5 Q