3v4l.org

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

preferences:
45.39 ms | 402 KiB | 5 Q