3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.28 ms | 1385 KiB | 19 Q