3v4l.org

run code in 300+ PHP versions simultaneously
<?php print("Seeding the generator<BR>"); mt_srand((double)microtime() * 1000000); print("With no arguments: " . mt_rand() . "<BR>"); print("With no arguments: " . mt_rand() . "<BR>"); print("With no arguments: " . mt_rand() . "<BR>"); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BsrRu
function name:  (null)
number of ops:  24
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ECHO                                                     'Seeding+the+generator%3CBR%3E'
    3     1        INIT_FCALL                                               'mt_srand'
          2        INIT_FCALL                                               'microtime'
          3        DO_ICALL                                         $0      
          4        CAST                                          5  ~1      $0
          5        MUL                                              ~2      ~1, 1000000
          6        SEND_VAL                                                 ~2
          7        DO_ICALL                                                 
    5     8        INIT_FCALL                                               'mt_rand'
          9        DO_ICALL                                         $4      
         10        CONCAT                                           ~5      'With+no+arguments%3A+', $4
         11        CONCAT                                           ~6      ~5, '%3CBR%3E'
         12        ECHO                                                     ~6
    6    13        INIT_FCALL                                               'mt_rand'
         14        DO_ICALL                                         $7      
         15        CONCAT                                           ~8      'With+no+arguments%3A+', $7
         16        CONCAT                                           ~9      ~8, '%3CBR%3E'
         17        ECHO                                                     ~9
    7    18        INIT_FCALL                                               'mt_rand'
         19        DO_ICALL                                         $10     
         20        CONCAT                                           ~11     'With+no+arguments%3A+', $10
         21        CONCAT                                           ~12     ~11, '%3CBR%3E'
         22        ECHO                                                     ~12
    8    23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.6 ms | 1395 KiB | 19 Q