3v4l.org

run code in 300+ PHP versions simultaneously
<?php $qwe = 1; for($i = 1, $j = 0; $i >= 10, $i <= 50; $j += $i, $i++){echo $qwe++,"\n";}
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 4
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 4
Branch analysis from position: 13
Branch analysis from position: 4
filename:       /in/COWqf
function name:  (null)
number of ops:  14
compiled vars:  !0 = $qwe, !1 = $i, !2 = $j
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1
    4     1        ASSIGN                                                   !1, 1
          2        ASSIGN                                                   !2, 0
          3      > JMP                                                      ->9
          4    >   POST_INC                                         ~6      !0
          5        ECHO                                                     ~6
          6        ECHO                                                     '%0A'
          7        ASSIGN_OP                                     1          !2, !1
          8        PRE_INC                                                  !1
          9    >   IS_SMALLER_OR_EQUAL                              ~9      10, !1
         10        FREE                                                     ~9
         11        IS_SMALLER_OR_EQUAL                                      !1, 50
         12      > JMPNZ                                                    ~10, ->4
         13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.64 ms | 1393 KiB | 13 Q