3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.05 ms | 1394 KiB | 21 Q