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 $j; //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 = 17
Branch analysis from position: 17
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 2
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 11
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 2
Branch analysis from position: 19
Branch analysis from position: 2
Branch analysis from position: 11
filename:       /in/p7uj7
function name:  (null)
number of ops:  20
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                                                      ->17
    5     2    >   ASSIGN                                                   !1, !0
    6     3        IS_SMALLER                                               90, !1
          4      > JMPZ                                                     ~5, ->11
    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
   10    10        ECHO                                                     !1
   13    11    >   INIT_FCALL                                               'chr'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                         $11     
         14        CONCAT                                           ~12     $11, '%3Cbr%3E%0A'
         15        ECHO                                                     ~12
    3    16        PRE_INC                                                  !0
         17    >   IS_SMALLER_OR_EQUAL                                      !0, 126
         18      > JMPNZ                                                    ~14, ->2
   15    19    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.74 ms | 1386 KiB | 15 Q