3v4l.org

run code in 300+ PHP versions simultaneously
<?php function decrypt($a) { $tmp = strtolower(strrev($a)); $tmps = hexdec(substr($tmp,0, 4)) ^ hexdec('BFF') ^ hexdec('D77D'); } echo decrypt("tarunkant"); define('__FLAG__', 'flag{hidden_flag}'); if(decrypt($_REQUEST['pass']) == 'pwning_the_phpreverse!') { __FLAG__; } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Invalid characters passed for attempted conversion, these have been ignored in /in/m7euI on line 5 Warning: Undefined array key "pass" in /in/m7euI on line 19 Deprecated: strrev(): Passing null to parameter #1 ($string) of type string is deprecated in /in/m7euI on line 4

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