3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
187.99 ms | 1387 KiB | 17 Q