3v4l.org

run code in 300+ PHP versions simultaneously
<?php $us = strstr(microtime(), ' ', true); echo intval(strval($us * 1000 * 1000) . rand(100, 999));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/pBItG
function name:  (null)
number of ops:  19
compiled vars:  !0 = $us
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strstr'
          1        INIT_FCALL                                               'microtime'
          2        DO_ICALL                                         $1      
          3        SEND_VAR                                                 $1
          4        SEND_VAL                                                 '+'
          5        SEND_VAL                                                 <true>
          6        DO_ICALL                                         $2      
          7        ASSIGN                                                   !0, $2
    4     8        MUL                                              ~4      !0, 1000
          9        MUL                                              ~5      ~4, 1000
         10        CAST                                          6  ~6      ~5
         11        INIT_FCALL                                               'rand'
         12        SEND_VAL                                                 100
         13        SEND_VAL                                                 999
         14        DO_ICALL                                         $7      
         15        CONCAT                                           ~8      ~6, $7
         16        CAST                                          4  ~9      ~8
         17        ECHO                                                     ~9
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.92 ms | 1394 KiB | 19 Q