3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_content = mb_decode_numericentity( str_replace( array('&#60;', '&#62;', '&#34;'), array('&lt;', '&gt;', '&quot;'), preg_replace_callback( '/&#\Kx([0-9a-f]++)(?=;)/i', function ($matches) { return hexdec($matches[1]); }, $_content ) ), array(0x0021, 0x007E, 0x0000, 0xFFFF), INT_ENC );
Output for 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: Undefined variable $_content in /in/J9GJt on line 11 Deprecated: preg_replace_callback(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/J9GJt on line 6 Fatal error: Uncaught Error: Undefined constant "INT_ENC" in /in/J9GJt:15 Stack trace: #0 {main} thrown in /in/J9GJt on line 15
Process exited with code 255.
Output for 8.1.0 - 8.1.28
Warning: Undefined variable $_content in /in/J9GJt on line 11 Deprecated: preg_replace_callback(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/J9GJt on line 11 Fatal error: Uncaught Error: Undefined constant "INT_ENC" in /in/J9GJt:15 Stack trace: #0 {main} thrown in /in/J9GJt on line 15
Process exited with code 255.
Output for 8.0.0 - 8.0.30
Warning: Undefined variable $_content in /in/J9GJt on line 11 Fatal error: Uncaught Error: Undefined constant "INT_ENC" in /in/J9GJt:15 Stack trace: #0 {main} thrown in /in/J9GJt on line 15
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined variable: _content in /in/J9GJt on line 11 Warning: Use of undefined constant INT_ENC - assumed 'INT_ENC' (this will throw an Error in a future version of PHP) in /in/J9GJt on line 15 Warning: mb_decode_numericentity(): Unknown encoding "INT_ENC" in /in/J9GJt on line 15
Output for 7.3.32 - 7.3.33
Warning: Use of undefined constant INT_ENC - assumed 'INT_ENC' (this will throw an Error in a future version of PHP) in /in/J9GJt on line 15 Warning: mb_decode_numericentity(): Unknown encoding "INT_ENC" in /in/J9GJt on line 15
Output for 7.0.20, 7.1.5 - 7.1.33
Notice: Undefined variable: _content in /in/J9GJt on line 11 Notice: Use of undefined constant INT_ENC - assumed 'INT_ENC' in /in/J9GJt on line 15 Warning: mb_decode_numericentity(): Unknown encoding "INT_ENC" in /in/J9GJt on line 15
Output for 7.0.0 - 7.0.14, 7.1.0
Notice: Undefined variable: _content in /in/J9GJt on line 10 Notice: Use of undefined constant INT_ENC - assumed 'INT_ENC' in /in/J9GJt on line 15 Warning: mb_decode_numericentity(): Unknown encoding "INT_ENC" in /in/J9GJt on line 15
Output for 5.5.0 - 5.5.35, 5.6.0 - 5.6.28
Notice: Undefined variable: _content in /in/J9GJt on line 12 Notice: Use of undefined constant INT_ENC - assumed 'INT_ENC' in /in/J9GJt on line 16 Warning: mb_decode_numericentity(): Unknown encoding "INT_ENC" in /in/J9GJt on line 16
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45
Warning: mb_decode_numericentity(): Unknown encoding "INT_ENC" in /in/J9GJt on line 16
Output for 5.2.3 - 5.2.17
Parse error: syntax error, unexpected T_FUNCTION in /in/J9GJt on line 8
Process exited with code 255.
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.2
<br /> <b>Parse error</b>: syntax error, unexpected T_FUNCTION in <b>/in/J9GJt</b> on line <b>8</b><br />
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
<br /> <b>Parse error</b>: parse error, unexpected T_FUNCTION in <b>/in/J9GJt</b> on line <b>8</b><br />
Process exited with code 255.
Output for 4.3.2 - 4.3.4
<br /> <b>Parse error</b>: parse error in <b>/in/J9GJt</b> on line <b>8</b><br />
Process exited with code 255.

preferences:
301.58 ms | 401 KiB | 373 Q