3v4l.org

run code in 300+ PHP versions simultaneously
<?php while($i++){ echo $i; if($i==200) break; }
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 = 1
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 1
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 5
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
Branch analysis from position: 5
filename:       /in/JQ8nc
function name:  (null)
number of ops:  8
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E > > JMP                                                      ->5
    3     1    >   ECHO                                                     !0
    4     2        IS_EQUAL                                                 !0, 200
          3      > JMPZ                                                     ~1, ->5
          4    > > JMP                                                      ->7
    2     5    >   POST_INC                                         ~2      !0
          6      > JMPNZ                                                    ~2, ->1
    5     7    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.5 ms | 1392 KiB | 13 Q