3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dd = "Balen\u00ed<\/span>Metry<\/span>"; echo preg_replace('/\\\\x([0-9a-f]{2})/e', 'chr(hexdec(\'$1\'))', $dd); echo html_entity_decode($dd, ENT_NOQUOTES, 'UTF-8');

preferences:
25.58 ms | 402 KiB | 5 Q