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 git.master, git.master_jit, rfc.property-hooks
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.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
38.57 ms | 401 KiB | 8 Q