3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.3 ms | 1394 KiB | 17 Q