3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.6 ms | 1389 KiB | 18 Q