3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.19 ms | 1393 KiB | 13 Q