3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
212.61 ms | 1396 KiB | 15 Q