3v4l.org

run code in 300+ PHP versions simultaneously
<?php $encryptedPass = 'ELMp/bfzrg0mu1lOo7JuTY+lx9nlpN4pyug1Ofi7y6OJbevdsxXXikQpdUWnFatt7QB7HweMQynTnhBlgm7K8v7oWQRiGgctwH7WYZxredYBvu5dbQOtJwGj8eqg2JNIlaR2wPGFSqXo6aUN2Z9HY5s9lDnUdnqhdxUdE+8Qzds='; $decryptedPass = ''; $pKey = ''; $result = openssl_private_decrypt($encryptedPass, $decryptedPass, $pKey); var_dump($result, $decryptedPass);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function openssl_private_decrypt() in /in/6LDSd:8 Stack trace: #0 {main} thrown in /in/6LDSd on line 8
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.55 ms | 401 KiB | 8 Q