3v4l.org

run code in 300+ PHP versions simultaneously
<?php $methods = openssl_get_cipher_methods(); $pass = openssl_decrypt("5c7Zms7hW3y4e4gOCOjzfg==", "aes-192-cfb1", "glop"); print $pass ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/o0TZq
function name:  (null)
number of ops:  11
compiled vars:  !0 = $methods, !1 = $pass
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'openssl_get_cipher_methods'
          1        DO_FCALL                                      0  $2      
          2        ASSIGN                                                   !0, $2
    3     3        INIT_FCALL_BY_NAME                                       'openssl_decrypt'
          4        SEND_VAL_EX                                              '5c7Zms7hW3y4e4gOCOjzfg%3D%3D'
          5        SEND_VAL_EX                                              'aes-192-cfb1'
          6        SEND_VAL_EX                                              'glop'
          7        DO_FCALL                                      0  $4      
          8        ASSIGN                                                   !1, $4
    4     9        ECHO                                                     !1
    5    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182.66 ms | 1397 KiB | 13 Q