3v4l.org

run code in 300+ PHP versions simultaneously
<? $datum = Date("Y"); for ($y=2013;$y<=$datum;$y++) { ?> <option value="<? echo $y; ?>"><? echo $y; ?></option> <? } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 6
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 6
Branch analysis from position: 14
Branch analysis from position: 6
filename:       /in/1ltaH
function name:  (null)
number of ops:  15
compiled vars:  !0 = $datum, !1 = $y
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'Y'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
          4        ASSIGN                                                   !1, 2013
          5      > JMP                                                      ->12
    2     6    >   ECHO                                                     '++%3Coption+value%3D%22'
          7        ECHO                                                     !1
          8        ECHO                                                     '%22%3E'
          9        ECHO                                                     !1
         10        ECHO                                                     '%3C%2Foption%3E%0A'
    1    11        PRE_INC                                                  !1
         12    >   IS_SMALLER_OR_EQUAL                                      !1, !0
         13      > JMPNZ                                                    ~6, ->6
    3    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.96 ms | 1394 KiB | 15 Q