3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 65; $i <= 126; $i++) { If($i >90){ $k = floor(($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 = 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 = 11
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: 11
filename:       /in/iXqTU
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, ->11
    6     4    >   INIT_FCALL                                               'floor'
          5        SUB                                              ~4      !0, 26
          6        DIV                                              ~5      ~4, 65
          7        SEND_VAL                                                 ~5
          8        DO_ICALL                                         $6      
          9        ASSIGN                                                   !1, $6
    7    10        ECHO                                                     !1
   10    11    >   INIT_FCALL                                               'chr'
         12        MOD                                              ~8      !0, 65
         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:
171.15 ms | 1395 KiB | 17 Q