3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.39 ms | 1394 KiB | 17 Q