3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text='UK"H+O%pSWh]UZ-T%UhRGzAGh '; $outText=''; for($i=0;$i<strlen($text);$i++) { $outText .= $text[$i] ^ $text[$i % 32]; } echo $outText; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 4
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 4
Branch analysis from position: 13
Branch analysis from position: 4
filename:       /in/t6oHd
function name:  (null)
number of ops:  15
compiled vars:  !0 = $text, !1 = $outText, !2 = $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        ASSIGN                                                   !1, ''
    4     2        ASSIGN                                                   !2, 0
          3      > JMP                                                      ->10
    5     4    >   FETCH_DIM_R                                      ~6      !0, !2
          5        MOD                                              ~7      !2, 32
          6        FETCH_DIM_R                                      ~8      !0, ~7
          7        BW_XOR                                           ~9      ~6, ~8
          8        ASSIGN_OP                                     8          !1, ~9
    4     9        PRE_INC                                                  !2
         10    >   STRLEN                                           ~12     !0
         11        IS_SMALLER                                               !2, ~12
         12      > JMPNZ                                                    ~13, ->4
    7    13    >   ECHO                                                     !1
    8    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.15 ms | 1393 KiB | 13 Q