3v4l.org

run code in 300+ PHP versions simultaneously
<?php { $html = preg_replace_callback( "# <(?![/a-z]) | (?<=\s)>(?![a-z]) #xi", function ($matches) { return htmlentities($matches[0]); }, $html ); $html = strip_tags($html); return htmlspecialchars_decode($html); }

preferences:
73.57 ms | 402 KiB | 5 Q