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); for ($i = 0; $i <= 1000; $i++) { $output = ''; for ($x = 0; $x < (sizeof($chars) - 2); $x++) { $output .= chr($i + $chars[$x]); } echo "{$output}<br />\n"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 26
Branch analysis from position: 26
2 jumps found. (Code = 44) Position 1 = 28, Position 2 = 8
Branch analysis from position: 28
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
2 jumps found. (Code = 44) Position 1 = 22, Position 2 = 11
Branch analysis from position: 22
2 jumps found. (Code = 44) Position 1 = 28, Position 2 = 8
Branch analysis from position: 28
Branch analysis from position: 8
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 22, Position 2 = 11
Branch analysis from position: 22
Branch analysis from position: 11
filename:       /in/ZYfVR
function name:  (null)
number of ops:  29
compiled vars:  !0 = $text, !1 = $chars, !2 = $i, !3 = $output, !4 = $x
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
    5     6        ASSIGN                                                   !2, 0
          7      > JMP                                                      ->26
    6     8    >   ASSIGN                                                   !3, ''
    7     9        ASSIGN                                                   !4, 0
         10      > JMP                                                      ->18
    8    11    >   INIT_FCALL                                               'chr'
         12        FETCH_DIM_R                                      ~11     !1, !4
         13        ADD                                              ~12     !2, ~11
         14        SEND_VAL                                                 ~12
         15        DO_ICALL                                         $13     
         16        ASSIGN_OP                                     8          !3, $13
    7    17        PRE_INC                                                  !4
         18    >   COUNT                                            ~16     !1
         19        SUB                                              ~17     ~16, 2
         20        IS_SMALLER                                               !4, ~17
         21      > JMPNZ                                                    ~18, ->11
   10    22    >   NOP                                                      
         23        FAST_CONCAT                                      ~19     !3, '%3Cbr+%2F%3E%0A'
         24        ECHO                                                     ~19
    5    25        PRE_INC                                                  !2
         26    >   IS_SMALLER_OR_EQUAL                                      !2, 1000
         27      > JMPNZ                                                    ~21, ->8
   11    28    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.31 ms | 1400 KiB | 17 Q