3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.66 ms | 1399 KiB | 17 Q