3v4l.org

run code in 300+ PHP versions simultaneously
<?php $m=microtime(true); sprintf("%8x%05x\n",floor($m),($m-floor($m))*1000000); echo uniqid();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eG8FF
function name:  (null)
number of ops:  21
compiled vars:  !0 = $m
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'microtime'
          1        SEND_VAL                                                 <true>
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    3     4        INIT_FCALL                                               'sprintf'
          5        SEND_VAL                                                 '%258x%2505x%0A'
          6        INIT_FCALL                                               'floor'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $3      
          9        SEND_VAR                                                 $3
         10        INIT_FCALL                                               'floor'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $4      
         13        SUB                                              ~5      !0, $4
         14        MUL                                              ~6      ~5, 1000000
         15        SEND_VAL                                                 ~6
         16        DO_ICALL                                                 
    4    17        INIT_FCALL                                               'uniqid'
         18        DO_ICALL                                         $8      
         19        ECHO                                                     $8
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.58 ms | 1395 KiB | 21 Q