3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text1 = 'Xgac1s/8I8PBmzGTJStXOL1xE8cqaFKzpbxxZ nx5rOvFrfxSNBnP5i7bubOckNB'; $adrs = openssl_decrypt($text1, 'aes-128-ecb', 'chmlloo2015'); while(strrpos($adrs, '//')) { $adrs = str_replace('//', '/', $adrs); } echo $adrs ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 8
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 8
Branch analysis from position: 19
Branch analysis from position: 8
filename:       /in/JE5mK
function name:  (null)
number of ops:  21
compiled vars:  !0 = $text1, !1 = $adrs
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Xgac1s%2F8I8PBmzGTJStXOL1xE8cqaFKzpbxxZ+nx5rOvFrfxSNBnP5i7bubOckNB'
    5     1        INIT_FCALL_BY_NAME                                       'openssl_decrypt'
          2        SEND_VAR_EX                                              !0
          3        SEND_VAL_EX                                              'aes-128-ecb'
          4        SEND_VAL_EX                                              'chmlloo2015'
          5        DO_FCALL                                      0  $3      
          6        ASSIGN                                                   !1, $3
    8     7      > JMP                                                      ->14
    9     8    >   INIT_FCALL                                               'str_replace'
          9        SEND_VAL                                                 '%2F%2F'
         10        SEND_VAL                                                 '%2F'
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                         $5      
         13        ASSIGN                                                   !1, $5
    8    14    >   INIT_FCALL                                               'strrpos'
         15        SEND_VAR                                                 !1
         16        SEND_VAL                                                 '%2F%2F'
         17        DO_ICALL                                         $7      
         18      > JMPNZ                                                    $7, ->8
   11    19    >   ECHO                                                     !1
   12    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.38 ms | 1399 KiB | 17 Q