3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = microtime(true); $calculated = microtime(true) - $start; echo "time_here: " . $calculated . "\n"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jFK4b
function name:  (null)
number of ops:  13
compiled vars:  !0 = $start, !1 = $calculated
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'microtime'
          1        SEND_VAL                                                 <true>
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    4     4        INIT_FCALL                                               'microtime'
          5        SEND_VAL                                                 <true>
          6        DO_ICALL                                         $4      
          7        SUB                                              ~5      $4, !0
          8        ASSIGN                                                   !1, ~5
    5     9        CONCAT                                           ~7      'time_here%3A+', !1
         10        CONCAT                                           ~8      ~7, '%0A'
         11        ECHO                                                     ~8
    6    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.41 ms | 1394 KiB | 15 Q