3v4l.org

run code in 300+ PHP versions simultaneously
<?php $encodedSecret = "3d3d516343746d4d6d6c315669563362"; function encodeSecret($secret) { return bin2hex(strrev(base64_encode($secret))); } function decodeSecret($secret){ return base64_decode(strev(hex2bin($secret))); } echo decodeSecret($encodedSecret); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function strev() in /in/lu7SX:8 Stack trace: #0 /in/lu7SX(11): decodeSecret('3d3d516343746d4...') #1 {main} thrown in /in/lu7SX on line 8
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:
88.48 ms | 401 KiB | 8 Q