3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo microtime(true);echo microtime(true)*1000; echo rounf(microtime(true)*1000);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qvibL
function name:  (null)
number of ops:  18
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        INIT_FCALL                                               'microtime'
          5        SEND_VAL                                                 <true>
          6        DO_ICALL                                         $1      
          7        MUL                                              ~2      $1, 1000
          8        ECHO                                                     ~2
    3     9        INIT_FCALL_BY_NAME                                       'rounf'
         10        INIT_FCALL                                               'microtime'
         11        SEND_VAL                                                 <true>
         12        DO_ICALL                                         $3      
         13        MUL                                              ~4      $3, 1000
         14        SEND_VAL_EX                                              ~4
         15        DO_FCALL                                      0  $5      
         16        ECHO                                                     $5
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.99 ms | 1394 KiB | 15 Q