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/2e0Ya
function name:  (null)
number of ops:  16
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_CONSTANT                                   ~4      'password'
          6        FETCH_DIM_FUNC_ARG                               $5      '5c7Zms7hW3y4e4gOCOjzfg%3D%3D', ~4
          7        SEND_FUNC_ARG                                            $5
          8        CHECK_FUNC_ARG                                           
          9        FETCH_DIM_FUNC_ARG                               $6      !0, 31
         10        SEND_FUNC_ARG                                            $6
         11        SEND_VAL_EX                                              'glop'
         12        DO_FCALL                                      0  $7      
         13        ASSIGN                                                   !1, $7
    4    14        ECHO                                                     !1
    5    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.25 ms | 938 KiB | 14 Q