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);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6LDSd
function name:  (null)
number of ops:  14
compiled vars:  !0 = $encryptedPass, !1 = $decryptedPass, !2 = $pKey, !3 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'ELMp%2Fbfzrg0mu1lOo7JuTY%2Blx9nlpN4pyug1Ofi7y6OJbevdsxXXikQpdUWnFatt7QB7HweMQynTnhBlgm7K8v7oWQRiGgctwH7WYZxredYBvu5dbQOtJwGj8eqg2JNIlaR2wPGFSqXo6aUN2Z9HY5s9lDnUdnqhdxUdE%2B8Qzds%3D'
    4     1        ASSIGN                                                   !1, ''
    5     2        ASSIGN                                                   !2, ''
    8     3        INIT_FCALL_BY_NAME                                       'openssl_private_decrypt'
          4        SEND_VAR_EX                                              !0
          5        SEND_VAR_EX                                              !1
          6        SEND_VAR_EX                                              !2
          7        DO_FCALL                                      0  $7      
          8        ASSIGN                                                   !3, $7
   10     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !3
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.14 ms | 1394 KiB | 15 Q