3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 0; $i < 1000000; $i++) { if (time() < floor(microtime(true))) { echo "."; } } ?>
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
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 13
Branch analysis from position: 12
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: 13
filename:       /in/DCYkr
function name:  (null)
number of ops:  17
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->14
    4     2    >   INIT_FCALL                                               'time'
          3        DO_ICALL                                         $2      
          4        INIT_FCALL                                               'floor'
          5        INIT_FCALL                                               'microtime'
          6        SEND_VAL                                                 <true>
          7        DO_ICALL                                         $3      
          8        SEND_VAR                                                 $3
          9        DO_ICALL                                         $4      
         10        IS_SMALLER                                               $2, $4
         11      > JMPZ                                                     ~5, ->13
    5    12    >   ECHO                                                     '.'
    2    13    >   PRE_INC                                                  !0
         14    >   IS_SMALLER                                               !0, 1000000
         15      > JMPNZ                                                    ~7, ->2
    8    16    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.9 ms | 1386 KiB | 19 Q