3v4l.org

run code in 300+ PHP versions simultaneously
<?php $timeStart = microtime(true); sleep(100); $timeStop = microtime(true); $timeRes = $timeStop - $timeStart; echo $timeRes;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/baXP0
function name:  (null)
number of ops:  15
compiled vars:  !0 = $timeStart, !1 = $timeStop, !2 = $timeRes
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     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                                                 100
          6        DO_ICALL                                                 
    6     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        ECHO                                                     !2
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.99 ms | 1394 KiB | 17 Q