3v4l.org

run code in 300+ PHP versions simultaneously
<?php Echo 100%654; 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"; }*/ echo chr(($i%65)+65)."<br>\n"; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 3
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 3
Branch analysis from position: 13
Branch analysis from position: 3
filename:       /in/XVIV9
function name:  (null)
number of ops:  14
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ECHO                                                     100
    3     1        ASSIGN                                                   !0, 65
          2      > JMP                                                      ->11
   12     3    >   INIT_FCALL                                               'chr'
          4        MOD                                              ~2      !0, 65
          5        ADD                                              ~3      ~2, 65
          6        SEND_VAL                                                 ~3
          7        DO_ICALL                                         $4      
          8        CONCAT                                           ~5      $4, '%3Cbr%3E%0A'
          9        ECHO                                                     ~5
    3    10        PRE_INC                                                  !0
         11    >   IS_SMALLER_OR_EQUAL                                      !0, 126
         12      > JMPNZ                                                    ~7, ->3
   14    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
137.11 ms | 1431 KiB | 14 Q