3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(round(microtime(1) * 1000)); ini_set ('precision', 12); var_dump(round(microtime(1) * 1000));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Ko8X6
function name:  (null)
number of ops:  25
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'round'
          2        INIT_FCALL                                               'microtime'
          3        SEND_VAL                                                 1
          4        DO_ICALL                                         $0      
          5        MUL                                              ~1      $0, 1000
          6        SEND_VAL                                                 ~1
          7        DO_ICALL                                         $2      
          8        SEND_VAR                                                 $2
          9        DO_ICALL                                                 
    3    10        INIT_FCALL                                               'ini_set'
         11        SEND_VAL                                                 'precision'
         12        SEND_VAL                                                 12
         13        DO_ICALL                                                 
    4    14        INIT_FCALL                                               'var_dump'
         15        INIT_FCALL                                               'round'
         16        INIT_FCALL                                               'microtime'
         17        SEND_VAL                                                 1
         18        DO_ICALL                                         $5      
         19        MUL                                              ~6      $5, 1000
         20        SEND_VAL                                                 ~6
         21        DO_ICALL                                         $7      
         22        SEND_VAR                                                 $7
         23        DO_ICALL                                                 
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.45 ms | 1395 KiB | 21 Q