3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($or = 2001; $or < 2182; $or++) { echo $or."<br"; } for($new = 1790; $new < 2001; $new++) { echo $new."<br>"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 7, Position 2 = 2
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 9
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 9
Branch analysis from position: 14
Branch analysis from position: 9
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 7, Position 2 = 2
Branch analysis from position: 7
Branch analysis from position: 2
filename:       /in/DA4MQ
function name:  (null)
number of ops:  15
compiled vars:  !0 = $or, !1 = $new
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 2001
          1      > JMP                                                      ->5
    3     2    >   CONCAT                                           ~3      !0, '%3Cbr'
          3        ECHO                                                     ~3
    2     4        PRE_INC                                                  !0
          5    >   IS_SMALLER                                               !0, 2182
          6      > JMPNZ                                                    ~5, ->2
    6     7    >   ASSIGN                                                   !1, 1790
          8      > JMP                                                      ->12
    7     9    >   CONCAT                                           ~7      !1, '%3Cbr%3E'
         10        ECHO                                                     ~7
    6    11        PRE_INC                                                  !1
         12    >   IS_SMALLER                                               !1, 2001
         13      > JMPNZ                                                    ~9, ->9
   10    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.49 ms | 1393 KiB | 13 Q