3v4l.org

run code in 300+ PHP versions simultaneously
<?php $methods = openssl_get_cipher_methods(); $res = "FdsfDFwfdfs23C4DSF32Fs0ozkbHI8mDIUxjEqT/oJCm32Ly2Rjs5vzU/Sg9do0X1tE7CC0pQZg9MiSHrZVdXlMuy6VclOhPdLU5pHRKaTu/="; $clefSecrete = "glop"; for($i=0;$i<97;$i++){ $bla = openssl_decrypt($res, $methods[$i], $clefSecrete); print "method ".$i.": ".base64_decode($bla)."\n"; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 24
Branch analysis from position: 24
2 jumps found. (Code = 44) Position 1 = 26, Position 2 = 7
Branch analysis from position: 26
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 26, Position 2 = 7
Branch analysis from position: 26
Branch analysis from position: 7
filename:       /in/OU1J6
function name:  (null)
number of ops:  27
compiled vars:  !0 = $methods, !1 = $res, !2 = $clefSecrete, !3 = $i, !4 = $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  $5      
          2        ASSIGN                                                   !0, $5
    3     3        ASSIGN                                                   !1, 'FdsfDFwfdfs23C4DSF32Fs0ozkbHI8mDIUxjEqT%2FoJCm32Ly2Rjs5vzU%2FSg9do0X1tE7CC0pQZg9MiSHrZVdXlMuy6VclOhPdLU5pHRKaTu%2F%3D'
    4     4        ASSIGN                                                   !2, 'glop'
    5     5        ASSIGN                                                   !3, 0
          6      > JMP                                                      ->24
    6     7    >   INIT_FCALL_BY_NAME                                       'openssl_decrypt'
          8        SEND_VAR_EX                                              !1
          9        CHECK_FUNC_ARG                                           
         10        FETCH_DIM_FUNC_ARG                               $10     !0, !3
         11        SEND_FUNC_ARG                                            $10
         12        SEND_VAR_EX                                              !2
         13        DO_FCALL                                      0  $11     
         14        ASSIGN                                                   !4, $11
    7    15        CONCAT                                           ~13     'method+', !3
         16        CONCAT                                           ~14     ~13, '%3A+'
         17        INIT_FCALL                                               'base64_decode'
         18        SEND_VAR                                                 !4
         19        DO_ICALL                                         $15     
         20        CONCAT                                           ~16     ~14, $15
         21        CONCAT                                           ~17     ~16, '%0A'
         22        ECHO                                                     ~17
    5    23        PRE_INC                                                  !3
         24    >   IS_SMALLER                                               !3, 97
         25      > JMPNZ                                                    ~19, ->7
    9    26    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.47 ms | 1396 KiB | 15 Q