3v4l.org

run code in 300+ PHP versions simultaneously
<?php global $usec, $sec; list($usec, $sec) = explode(' ', microtime()); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fEETs
function name:  (null)
number of ops:  14
compiled vars:  !0 = $usec, !1 = $sec
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   BIND_GLOBAL                                              !0, 'usec'
          1        BIND_GLOBAL                                              !1, 'sec'
    3     2        INIT_FCALL                                               'explode'
          3        SEND_VAL                                                 '+'
          4        INIT_FCALL                                               'microtime'
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        DO_ICALL                                         $3      
          8        FETCH_LIST_R                                     $4      $3, 0
          9        ASSIGN                                                   !0, $4
         10        FETCH_LIST_R                                     $6      $3, 1
         11        ASSIGN                                                   !1, $6
         12        FREE                                                     $3
    4    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.56 ms | 1394 KiB | 17 Q