3v4l.org

run code in 300+ PHP versions simultaneously
<?php function decrypt($tmp_0) { $tmp_1 = strtolower(strrev($tmp_0)); $tmp_2 = (hexdec(substr($tmp_1, 0, 4)) ^ hexdec('BFF')) ^ hexdec('D77D'); $tmp_3 = substr($tmp_1,4); unset($tmp_4); for($tmp_5=0; $tmp_5 < strlen($tmp_3); $tmp_5+=6) { ++$tmp_6; $tmp_7 = ($tmp_6 * $tmp_6) ^ hexdec('6E'); } } ?>
Output for git.master, git.master_jit, rfc.property-hooks

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