3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = time(); $randomString1 = bin2hex(random_bytes(20)); $randomString2 = bin2hex(random_bytes(10)); var_dump( $time, $randomString1, $randomString2 ); // md5(time() . browser-details-string . "some-salt-string")
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ajvCT
function name:  (null)
number of ops:  23
compiled vars:  !0 = $time, !1 = $randomString1, !2 = $randomString2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $3      
          2        ASSIGN                                                   !0, $3
    5     3        INIT_FCALL                                               'bin2hex'
          4        INIT_FCALL                                               'random_bytes'
          5        SEND_VAL                                                 20
          6        DO_ICALL                                         $5      
          7        SEND_VAR                                                 $5
          8        DO_ICALL                                         $6      
          9        ASSIGN                                                   !1, $6
    6    10        INIT_FCALL                                               'bin2hex'
         11        INIT_FCALL                                               'random_bytes'
         12        SEND_VAL                                                 10
         13        DO_ICALL                                         $8      
         14        SEND_VAR                                                 $8
         15        DO_ICALL                                         $9      
         16        ASSIGN                                                   !2, $9
    9    17        INIT_FCALL                                               'var_dump'
   10    18        SEND_VAR                                                 !0
   11    19        SEND_VAR                                                 !1
   12    20        SEND_VAR                                                 !2
         21        DO_ICALL                                                 
   15    22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.28 ms | 1395 KiB | 21 Q