3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.73 ms | 1398 KiB | 13 Q