3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = '-682.-653.-633.-710.-722.-646.-643.-643.-647.-639.-722.-646.-649.-647.-653.-722.-633.-643.-637.-722.-650.-657.-636.-653.-722.-639.-637.-655.-655.-653.-639.-639.-652.-637.-646.-646.-633.-722.-654.-653.-655.-640.-633.-642.-638.-653.-654.-722.-638.-650.-653.-722.-645.-653.-639.-639.-657.-651.-653.-708.-722.-682.-657.-642.-642.-633.-722.-638.-643.-722.-639.-653.-653.-722.-638.-650.-657.-638.-721.-722.-675.-644.-653.-722.-655.-657.-644.-722.-644.-653.-636.-653.-640.-722.-656.-653.-722.-655.-657.-640.-653.-652.-637.-646.-722.-653.-644.-643.-637.-651.-650.-722.-635.-649.-638.-650.-722.-638.-650.-653.-722.-676.-671.-689.-722.-657.-640.-643.-637.-644.-654.-708.-722.-681.-722.-635.-657.-644.-638.-722.-638.-643.-722.-647.-653.-653.-642.-722.-638.-650.-649.-639.-722.-639.-650.-643.-640.-638.-710.-722.-638.-650.-653.-722.-657.-654.-645.-649.-644.-722.-642.-657.-639.-639.-635.-643.-640.-654.-722.-649.-639.-696.-722.-686.-668.-676.-634.-680.-656.-668.-701.-722.-657.-644.-654.-722.-638.-650.-653.-722.-646.-643.-651.-709.-649.-644.-722.-642.-657.-651.-653.-722.-649.-639.-722.-646.-643.-655.-657.-638.-653.-654.-722.-657.-638.-696.-722.-707.-639.-653.-655.-640.-653.-638.-659.-652.-643.-646.-654.-653.-640.-707.-639.-653.-655.-640.-653.-638.-659.-646.-643.-651.-649.-644.-708.-642.-650.-642.-722.-722.-683.-643.-643.-654.-722.-646.-637.-655.-647.-721.-722.-674.-646.-653.-657.-639.-653.-722.-653.-644.-655.-640.-633.-642.-638.-722.-657.-646.-646.-722.-645.-653.-639.-639.-657.-651.-653.-639.-722.-638.-650.-657.-638.-722.-633.-643.-637.-722.-639.-653.-644.-654.-722.-638.-643.-722.-645.-653.-708.-722.-670.-650.-657.-644.-647.-639.-708.'; $chars = explode('.', $text); $key = 754; $output = ''; for ($i = 0; $i < (sizeof($chars) - 2); $i++) { $output .= chr($key + $chars[$i]); } echo $output;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 17
Branch analysis from position: 17
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 10
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 10
Branch analysis from position: 21
Branch analysis from position: 10
filename:       /in/nC7tB
function name:  (null)
number of ops:  23
compiled vars:  !0 = $text, !1 = $chars, !2 = $key, !3 = $output, !4 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '-682.-653.-633.-710.-722.-646.-643.-643.-647.-639.-722.-646.-649.-647.-653.-722.-633.-643.-637.-722.-650.-657.-636.-653.-722.-639.-637.-655.-655.-653.-639.-639.-652.-637.-646.-646.-633.-722.-654.-653.-655.-640.-633.-642.-638.-653.-654.-722.-638.-650.-653.-722.-645.-653.-639.-639.-657.-651.-653.-708.-722.-682.-657.-642.-642.-633.-722.-638.-643.-722.-639.-653.-653.-722.-638.-650.-657.-638.-721.-722.-675.-644.-653.-722.-655.-657.-644.-722.-644.-653.-636.-653.-640.-722.-656.-653.-722.-655.-657.-640.-653.-652.-637.-646.-722.-653.-644.-643.-637.-651.-650.-722.-635.-649.-638.-650.-722.-638.-650.-653.-722.-676.-671.-689.-722.-657.-640.-643.-637.-644.-654.-708.-722.-681.-722.-635.-657.-644.-638.-722.-638.-643.-722.-647.-653.-653.-642.-722.-638.-650.-649.-639.-722.-639.-650.-643.-640.-638.-710.-722.-638.-650.-653.-722.-657.-654.-645.-649.-644.-722.-642.-657.-639.-639.-635.-643.-640.-654.-722.-649.-639.-696.-722.-686.-668.-676.-634.-680.-656.-668.-701.-722.-657.-644.-654.-722.-638.-650.-653.-722.-646.-643.-651.-709.-649.-644.-722.-642.-657.-651.-653.-722.-649.-639.-722.-646.-643.-655.-657.-638.-653.-654.-722.-657.-638.-696.-722.-707.-639.-653.-655.-640.-653.-638.-659.-652.-643.-646.-654.-653.-640.-707.-639.-653.-655.-640.-653.-638.-659.-646.-643.-651.-649.-644.-708.-642.-650.-642.-722.-722.-683.-643.-643.-654.-722.-646.-637.-655.-647.-721.-722.-674.-646.-653.-657.-639.-653.-722.-653.-644.-655.-640.-633.-642.-638.-722.-657.-646.-646.-722.-645.-653.-639.-639.-657.-651.-653.-639.-722.-638.-650.-657.-638.-722.-633.-643.-637.-722.-639.-653.-644.-654.-722.-638.-643.-722.-645.-653.-708.-722.-670.-650.-657.-644.-647.-639.-708.'
    3     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '.'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $6      
          5        ASSIGN                                                   !1, $6
    4     6        ASSIGN                                                   !2, 754
    6     7        ASSIGN                                                   !3, ''
    7     8        ASSIGN                                                   !4, 0
          9      > JMP                                                      ->17
    8    10    >   INIT_FCALL                                               'chr'
         11        FETCH_DIM_R                                      ~11     !1, !4
         12        ADD                                              ~12     !2, ~11
         13        SEND_VAL                                                 ~12
         14        DO_ICALL                                         $13     
         15        ASSIGN_OP                                     8          !3, $13
    7    16        PRE_INC                                                  !4
         17    >   COUNT                                            ~16     !1
         18        SUB                                              ~17     ~16, 2
         19        IS_SMALLER                                               !4, ~17
         20      > JMPNZ                                                    ~18, ->10
   11    21    >   ECHO                                                     !3
         22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.5 ms | 1400 KiB | 17 Q