3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.33 ms | 1393 KiB | 13 Q