3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '<a href="http://test.com">test</a><br/>test'; $encode = nl2br(htmlentities($string, ENT_QUOTES, 'UTF-8')); echo html_entity_decode($encode, ENT_QUOTES, 'UTF-8');

preferences:
66.95 ms | 402 KiB | 5 Q