3v4l.org

run code in 300+ PHP versions simultaneously
<?php function decrypt($a) { $tmp = strtolower(strrev($a)); $tmps = (substr($tmp, 0,4) ^ hexdec('BFF')) ^ hexdec('D77D'); $tmpss = substr($tmp,4); unset($unset_tmp); } define('__FLAG__', 'flag{hidden_flag}'); if(decrypt($_REQUEST['pass']) == 'pwning_the_phpreverse!') { __FLAG__; } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined array key "pass" in /in/rR2WZ on line 21 Deprecated: strrev(): Passing null to parameter #1 ($string) of type string is deprecated in /in/rR2WZ on line 4 Fatal error: Uncaught TypeError: Unsupported operand types: string ^ int in /in/rR2WZ:5 Stack trace: #0 /in/rR2WZ(21): decrypt(NULL) #1 {main} thrown in /in/rR2WZ on line 5
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:
51.02 ms | 401 KiB | 8 Q