3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text='UK"H+O%pSWh]UZ-T%UhRGzAGh '; $data = json_encode(array( "showpassword"=>"no", "bgcolor"=>"#ffffff")); $outText=''; for($i=0;$i<strlen($text);$i++) { $outText .= $text[$i] ^ $data[$i % 32]; } echo $outText; ?>
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 = 17, Position 2 = 8
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 8
Branch analysis from position: 17
Branch analysis from position: 8
filename:       /in/pPkXl
function name:  (null)
number of ops:  19
compiled vars:  !0 = $text, !1 = $data, !2 = $outText, !3 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'UK%22%1EH%2B%02%04O%25%03%13%1ApS%19Wh%5DUZ-%12%18T%25%03U%02hRG%08zAG%08h%0C'
    3     1        INIT_FCALL                                               'json_encode'
          2        SEND_VAL                                                 <array>
          3        DO_ICALL                                         $5      
          4        ASSIGN                                                   !1, $5
    4     5        ASSIGN                                                   !2, ''
    5     6        ASSIGN                                                   !3, 0
          7      > JMP                                                      ->14
    6     8    >   FETCH_DIM_R                                      ~9      !0, !3
          9        MOD                                              ~10     !3, 32
         10        FETCH_DIM_R                                      ~11     !1, ~10
         11        BW_XOR                                           ~12     ~9, ~11
         12        ASSIGN_OP                                     8          !2, ~12
    5    13        PRE_INC                                                  !3
         14    >   STRLEN                                           ~15     !0
         15        IS_SMALLER                                               !3, ~15
         16      > JMPNZ                                                    ~16, ->8
    8    17    >   ECHO                                                     !2
    9    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.38 ms | 1395 KiB | 15 Q