3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.14 ms | 1394 KiB | 19 Q