3v4l.org

run code in 300+ PHP versions simultaneously
<?php $res = "5c7Zms7hW3y4e4gOCOjzfg=="; $clefSecrete = "glop"; $method = "aes-192-cfb8"; $decrypted = openssl_decrypt($encrypted, $methods[62], $clefSecrete); $bla = openssl_decrypt($res, $methods, $clefSecrete); echo $bla; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4pFTD
function name:  (null)
number of ops:  19
compiled vars:  !0 = $res, !1 = $clefSecrete, !2 = $method, !3 = $decrypted, !4 = $encrypted, !5 = $methods, !6 = $bla
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '5c7Zms7hW3y4e4gOCOjzfg%3D%3D'
    3     1        ASSIGN                                                   !1, 'glop'
    4     2        ASSIGN                                                   !2, 'aes-192-cfb8'
    5     3        INIT_FCALL_BY_NAME                                       'openssl_decrypt'
          4        SEND_VAR_EX                                              !4
          5        CHECK_FUNC_ARG                                           
          6        FETCH_DIM_FUNC_ARG                               $10     !5, 62
          7        SEND_FUNC_ARG                                            $10
          8        SEND_VAR_EX                                              !1
          9        DO_FCALL                                      0  $11     
         10        ASSIGN                                                   !3, $11
    6    11        INIT_FCALL_BY_NAME                                       'openssl_decrypt'
         12        SEND_VAR_EX                                              !0
         13        SEND_VAR_EX                                              !5
         14        SEND_VAR_EX                                              !1
         15        DO_FCALL                                      0  $13     
         16        ASSIGN                                                   !6, $13
    7    17        ECHO                                                     !6
    8    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
213.7 ms | 1385 KiB | 13 Q