3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 65; $i <= 126; $i++) { $j=$i; If($j >90){ $k = (($j-65)/26); //echo $k; $j=$j-26; //echo chr($k*65-26); } echo chr($j)."<br>\n"; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 2
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 10
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 2
Branch analysis from position: 18
Branch analysis from position: 2
Branch analysis from position: 10
filename:       /in/obn5I
function name:  (null)
number of ops:  19
compiled vars:  !0 = $i, !1 = $j, !2 = $k
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 65
          1      > JMP                                                      ->16
    5     2    >   ASSIGN                                                   !1, !0
    6     3        IS_SMALLER                                               90, !1
          4      > JMPZ                                                     ~5, ->10
    7     5    >   SUB                                              ~6      !1, 65
          6        DIV                                              ~7      ~6, 26
          7        ASSIGN                                                   !2, ~7
    9     8        SUB                                              ~9      !1, 26
          9        ASSIGN                                                   !1, ~9
   12    10    >   INIT_FCALL                                               'chr'
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                         $11     
         13        CONCAT                                           ~12     $11, '%3Cbr%3E%0A'
         14        ECHO                                                     ~12
    3    15        PRE_INC                                                  !0
         16    >   IS_SMALLER_OR_EQUAL                                      !0, 126
         17      > JMPNZ                                                    ~14, ->2
   14    18    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.79 ms | 1395 KiB | 15 Q