3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html = "<td>&lt;h1&gt;Katowice =&lt; Krakow &lt;/h1&gt;</td>"; //$html = "<p><span>Copyright © 2008 Your Company Name</span>"; $html = mb_convert_encoding($html, 'HTML-ENTITIES', "UTF-8"); //$html = htmlspecialchars($html); print $html."\n"; //$html = htmlspecialchars_decode($html); //$html = mb_convert_encoding($html, "UTF-8", 'HTML-ENTITIES'); print $html;
Output for 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /in/SbRg0 on line 6 <td>&lt;h1&gt;Katowice =&lt; Krakow &lt;/h1&gt;</td> <td>&lt;h1&gt;Katowice =&lt; Krakow &lt;/h1&gt;</td>
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /in/SbRg0 on line 6 <td>&lt;h1&gt;Katowice =&lt; Krakow &lt;/h1&gt;</td> <td>&lt;h1&gt;Katowice =&lt; Krakow &lt;/h1&gt;</td>
Output for 5.5.0 - 5.5.35, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.10, 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
<td>&lt;h1&gt;Katowice =&lt; Krakow &lt;/h1&gt;</td> <td>&lt;h1&gt;Katowice =&lt; Krakow &lt;/h1&gt;</td>

preferences:
182.64 ms | 404 KiB | 211 Q