3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.96 ms | 1395 KiB | 21 Q