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 " . number_format($dauer, 2) . " seconds";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/k3nPX
function name:  (null)
number of ops:  21
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        INIT_FCALL                                               'number_format'
         14        SEND_VAR                                                 !2
         15        SEND_VAL                                                 2
         16        DO_ICALL                                         $10     
         17        CONCAT                                           ~11     'One+Second+is+', $10
         18        CONCAT                                           ~12     ~11, '+seconds'
         19        ECHO                                                     ~12
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.74 ms | 1395 KiB | 19 Q