3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.99 ms | 1394 KiB | 19 Q