3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo srand((double) microtime() * 1000000); echo rand();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JEE3m
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'srand'
          1        INIT_FCALL                                               'microtime'
          2        DO_ICALL                                         $0      
          3        CAST                                          5  ~1      $0
          4        MUL                                              ~2      ~1, 1000000
          5        SEND_VAL                                                 ~2
          6        DO_ICALL                                         $3      
          7        ECHO                                                     $3
    3     8        INIT_FCALL                                               'rand'
          9        DO_ICALL                                         $4      
         10        ECHO                                                     $4
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
139.24 ms | 1394 KiB | 19 Q