3v4l.org

run code in 300+ PHP versions simultaneously
<?php $methods = openssl_get_cipher_methods(); $pass = openssl_decrypt('5c7Zms7hW3y4e4gOCOjzfg=='['password'], $methods[31], "glop"); print $pass ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vDbuK
function name:  (null)
number of ops:  15
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        CHECK_FUNC_ARG                                           
          5        FETCH_DIM_FUNC_ARG                               $4      '5c7Zms7hW3y4e4gOCOjzfg%3D%3D', 'password'
          6        SEND_FUNC_ARG                                            $4
          7        CHECK_FUNC_ARG                                           
          8        FETCH_DIM_FUNC_ARG                               $5      !0, 31
          9        SEND_FUNC_ARG                                            $5
         10        SEND_VAL_EX                                              'glop'
         11        DO_FCALL                                      0  $6      
         12        ASSIGN                                                   !1, $6
    4    13        ECHO                                                     !1
    5    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.8 ms | 1393 KiB | 13 Q