3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = range('A','Z'); for($i = 'A'; $i <= 'Z'; $i+=2){ echo "$i \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 = 7
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 7
Branch analysis from position: 13
Branch analysis from position: 7
filename:       /in/jQ8Ze
function name:  (null)
number of ops:  14
compiled vars:  !0 = $arr, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'range'
          1        SEND_VAL                                                 'A'
          2        SEND_VAL                                                 'Z'
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    4     5        ASSIGN                                                   !1, 'A'
          6      > JMP                                                      ->11
    5     7    >   NOP                                                      
          8        FAST_CONCAT                                      ~5      !1, '+%0A'
          9        ECHO                                                     ~5
    4    10        ASSIGN_OP                                     1          !1, 2
         11    >   IS_SMALLER_OR_EQUAL                                      !1, 'Z'
         12      > JMPNZ                                                    ~7, ->7
    6    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.77 ms | 1398 KiB | 15 Q