3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.74 ms | 1395 KiB | 17 Q