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/lbFFf
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        SEND_VAL_EX                                              '5c7Zms7hW3y4e4gOCOjzfg%3D%3D'
          5        FETCH_CONSTANT                                   ~4      'aes'
          6        SUB                                              ~5      ~4, 192
          7        FETCH_CONSTANT                                   ~6      'cfb1'
          8        SUB                                              ~7      ~5, ~6
          9        SEND_VAL_EX                                              ~7
         10        SEND_VAL_EX                                              'glop'
         11        DO_FCALL                                      0  $8      
         12        ASSIGN                                                   !1, $8
    4    13        ECHO                                                     !1
    5    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.46 ms | 1393 KiB | 13 Q