3v4l.org

run code in 300+ PHP versions simultaneously
<?php $key = "sfjdo89ejasfj3oh9w3jipmowf984lkfq32jljlk3famkladf"; $string = "pd[land]=at&pd[plz]=9020&pd[geburtsjahr]=1980&pdIdent[skilineId]=123456789&pdFree[skiGebiet]=Nassfeld"; $md5Key = md5($key); $encrypted = base64_encode(mcrypt_encrypt(MCRYPT_3DES, $md5Key), $string, MCRYPT_MODE_CBC, md5($md5Key)); echo $encrypted; $decrypted = rtrim(mcrypt_decrypt(MCRYPT_3DES, $md5Key, base64_decode($encrypted), MCRYPT_MODE_CBC, md5($md5Key)), "\0"); echo $decrypted;
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function mcrypt_encrypt() in /in/PdvSo:7 Stack trace: #0 {main} thrown in /in/PdvSo on line 7
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:
42.34 ms | 401 KiB | 8 Q