3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str ='<ol style="list-style-type: lower-alpha;"> <li>Blahblahblah lots of text</li> <li>Even more text.</li> <li>Yet more text</li> </ol>'; echo strip_tags(str_replace("<li>", "•", $str));

preferences:
14.33 ms | 405 KiB | 5 Q