3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo html_entity_decode(utf8_decode('&trade;')); echo html_entity_decode('&trade;'); echo utf8_decode(html_entity_decode('&trade;')); echo utf8_decode('&trade;');
Output for 8.2.0 - 8.2.19, 8.3.0 - 8.3.7
Deprecated: Function utf8_decode() is deprecated in /in/40JSq on line 3 ™™ Deprecated: Function utf8_decode() is deprecated in /in/40JSq on line 5 ? Deprecated: Function utf8_decode() is deprecated in /in/40JSq on line 6 &trade;
Output for 5.6.0 - 5.6.27, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28
™™?&trade;

preferences:
213.81 ms | 403 KiB | 193 Q