3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.57 ms | 1395 KiB | 15 Q