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/sSh8E
function name:  (null)
number of ops:  24
compiled vars:  !0 = $un, !1 = $uid, !2 = $key, !3 = $uid_, !4 = $ip, !5 = $time, !6 = $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        CAST                                          6  ~9      !3
          4        SEND_VAL                                                 ~9
          5        DO_ICALL                                         $10     
          6        ASSIGN                                                   !2, $10
    6     7        ASSIGN                                                   !4, '124.168.106.184'
    7     8        INIT_FCALL                                               'time'
          9        DO_ICALL                                         $13     
         10        ASSIGN                                                   !5, $13
    9    11        INIT_FCALL                                               'md5'
         12        ROPE_INIT                                     3  ~16     !1
         13        ROPE_ADD                                      1  ~16     ~16, !4
         14        ROPE_END                                      2  ~15     ~16, !5
         15        SEND_VAL                                                 ~15
         16        DO_ICALL                                         $18     
         17        ASSIGN                                                   !6, $18
   11    18        NOP                                                      
         19        FAST_CONCAT                                      ~20     !2, '%0A'
         20        ECHO                                                     ~20
   12    21        CAST                                          6  ~21     !6
         22        ECHO                                                     ~21
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.49 ms | 1395 KiB | 19 Q