3v4l.org

run code in 300+ PHP versions simultaneously
<?php function dwelldecrypt($text) { $key="\x85\xAA\x25\xF8\xCD\xAE\x0E\x79\x57\x07\x8F\x17\x86\xD2\x91\x7E\xCF\x79\x28\x4E\xB1\xD4\xFC\x0D\xE6\xEB\x1D\x62\x39\x88\x58\x3A"; $iv="\x72\x61\x0a\x9a\x7e\xe5\xa0\xb7\x98\x3d\x28\x9b\xe7\x2f\x88\xce\x14\x06\x2b\x5a\x46\x87\xf6\xc4\x26\xfc\x54\x16\xda\x2e\x2b\xd7"; return trim(mcrypt_decrypt(MCRYPT_RIJNDAEL_256, $key, base64_decode($text), MCRYPT_MODE_CBC,$iv)); } echo dwelldecrypt(base64_decode("3bqgL2TORbULhAB3NrmoFu2oI3TT+OtEJDO/W4AQJqU="));
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function mcrypt_decrypt() in /in/LqGCH:6 Stack trace: #0 /in/LqGCH(9): dwelldecrypt('\xDD\xBA\xA0/d\xCEE\xB5\v\x84\x00w6\xB9\xA8...') #1 {main} thrown in /in/LqGCH on line 6
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:
47.03 ms | 401 KiB | 8 Q