3v4l.org

run code in 300+ PHP versions simultaneously
<?php $un = "jarrod"; $uid = "1"; $key = uniqid($uid."_"); $ip = "124.168.106.184"; $time = time(); $hash = md5("$uid$ip$time"); print "$key\n"; print "$hash";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8JJpj
function name:  (null)
number of ops:  24
compiled vars:  !0 = $un, !1 = $uid, !2 = $key, !3 = $ip, !4 = $time, !5 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'jarrod'
    3     1        ASSIGN                                                   !1, '1'
    4     2        INIT_FCALL                                               'uniqid'
          3        CONCAT                                           ~8      !1, '_'
          4        SEND_VAL                                                 ~8
          5        DO_ICALL                                         $9      
          6        ASSIGN                                                   !2, $9
    6     7        ASSIGN                                                   !3, '124.168.106.184'
    7     8        INIT_FCALL                                               'time'
          9        DO_ICALL                                         $12     
         10        ASSIGN                                                   !4, $12
    9    11        INIT_FCALL                                               'md5'
         12        ROPE_INIT                                     3  ~15     !1
         13        ROPE_ADD                                      1  ~15     ~15, !3
         14        ROPE_END                                      2  ~14     ~15, !4
         15        SEND_VAL                                                 ~14
         16        DO_ICALL                                         $17     
         17        ASSIGN                                                   !5, $17
   11    18        NOP                                                      
         19        FAST_CONCAT                                      ~19     !2, '%0A'
         20        ECHO                                                     ~19
   12    21        CAST                                          6  ~20     !5
         22        ECHO                                                     ~20
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150 ms | 1395 KiB | 19 Q