3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.81 ms | 1384 KiB | 13 Q