3v4l.org

run code in 300+ PHP versions simultaneously
<?php $c1 = openssl_encrypt('rdorigo', 'AES-128-CBC', 'senha'); $c2 = openssl_encrypt('{"success":true,"data":{"id":"3efe4524-cd59-4dc5-879c-8f61caf98b3e","status":"complete","recipientscount":1,"failed":[{"address":"vania-cf2012@hotmail.com","error":"Mailbox unavailable. The server response was: 550 Requested action not taken: mailbox unavailable","errorcode":550,"category":"NoMailbox"}],"failedcount":0,"delivered":[],"deliveredcount":0,"pending":[],"pendingcount":0,"opened":[],"openedcount":0,"clicked":[],"clickedcount":0,"unsubscribed":[],"unsubscribedcount":0,"abusereports":[],"abusereportscount":0}}', 'AES-128-CBC', 'senha'); var_dump($c1, $c2); $c1 = base64_encode(gzcompress($c1, 9)); $c2 = base64_encode(gzcompress($c2, 9)); var_dump($c1, $c2); $c1 = gzuncompress(base64_decode($c1), 9); $c2 = gzuncompress(base64_decode($c2), 9); var_dump($c1, $c2); $c1 = openssl_decrypt($c1, 'AES-128-CBC', 'senha'); $c2 = openssl_decrypt($c2, 'AES-128-CBC', 'senha'); var_dump($c1, $c2);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function openssl_encrypt() in /in/4tvvI:3 Stack trace: #0 {main} thrown in /in/4tvvI on line 3
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:
172.44 ms | 405 KiB | 5 Q