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/sCDaD on line 11 Deprecated: preg_replace_callback(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/sCDaD on line 6 Fatal error: Uncaught Error: Undefined constant "INT_ENC" in /in/sCDaD:15 Stack trace: #0 {main} thrown in /in/sCDaD on line 15
Process exited with code 255.
Output for 8.1.0 - 8.1.28
Warning: Undefined variable $_content in /in/sCDaD on line 11 Deprecated: preg_replace_callback(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/sCDaD on line 11 Fatal error: Uncaught Error: Undefined constant "INT_ENC" in /in/sCDaD:15 Stack trace: #0 {main} thrown in /in/sCDaD on line 15
Process exited with code 255.
Output for 8.0.0 - 8.0.30
Warning: Undefined variable $_content in /in/sCDaD on line 11 Fatal error: Uncaught Error: Undefined constant "INT_ENC" in /in/sCDaD:15 Stack trace: #0 {main} thrown in /in/sCDaD on line 15
Process exited with code 255.
Output for 7.3.16 - 7.3.31, 7.4.3 - 7.4.33
Notice: Undefined variable: _content in /in/sCDaD 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/sCDaD on line 15 Warning: mb_decode_numericentity(): Unknown encoding "INT_ENC" in /in/sCDaD 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/sCDaD on line 15 Warning: mb_decode_numericentity(): Unknown encoding "INT_ENC" in /in/sCDaD on line 15
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.29, 7.2.29 - 7.2.33
Parse error: syntax error, unexpected ')' in /in/sCDaD on line 13
Process exited with code 255.

preferences:
123.27 ms | 402 KiB | 198 Q