3v4l.org

run code in 300+ PHP versions simultaneously
<?php $clefSecrete = "glop"; $str = '5c7Zms7hW3y4e4gOCOjzfg=='; $bla = openssl_decrypt($str['password'], $method[62], $clefSecrete); print "SSH Credentials:<br>username: root:<br>password: <b>" . $bla . "</b>"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kGUK2
function name:  (null)
number of ops:  16
compiled vars:  !0 = $clefSecrete, !1 = $str, !2 = $bla, !3 = $method
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'glop'
    3     1        ASSIGN                                                   !1, '5c7Zms7hW3y4e4gOCOjzfg%3D%3D'
    4     2        INIT_FCALL_BY_NAME                                       'openssl_decrypt'
          3        CHECK_FUNC_ARG                                           
          4        FETCH_DIM_FUNC_ARG                               $6      !1, 'password'
          5        SEND_FUNC_ARG                                            $6
          6        CHECK_FUNC_ARG                                           
          7        FETCH_DIM_FUNC_ARG                               $7      !3, 62
          8        SEND_FUNC_ARG                                            $7
          9        SEND_VAR_EX                                              !0
         10        DO_FCALL                                      0  $8      
         11        ASSIGN                                                   !2, $8
    5    12        CONCAT                                           ~10     'SSH+Credentials%3A%3Cbr%3Eusername%3A+root%3A%3Cbr%3Epassword%3A+%3Cb%3E', !2
         13        CONCAT                                           ~11     ~10, '%3C%2Fb%3E'
         14        ECHO                                                     ~11
    6    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.44 ms | 1393 KiB | 13 Q