3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.88 ms | 1394 KiB | 21 Q