3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "Bzr4ueyG"; $str[0] = chr(ord($str[0]) + hexdec('6b') - hexdec('42')); $str[1] = chr(ord($str[1]) + hexdec('61') - hexdec('65')); $str[2] = chr(ord($str[2]) + hexdec('61') - hexdec('65')); $str[3] = chr(ord($str[3]) + hexdec('79') - hexdec('47')); $str[4] = chr(ord($str[4]) - hexdec('79') + hexdec('47')); $str[5] = chr(ord($str[5]) - hexdec('62') + hexdec('65')); $str[6] = chr(ord($str[6]) - hexdec('61') + hexdec('65')); $str[7] = chr(ord($str[7]) - hexdec('42') + hexdec('6B')); var_dump($str);
Output for git.master, git.master_jit, rfc.property-hooks
string(8) "kvnfCh}p"

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:
48.86 ms | 401 KiB | 8 Q