3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.59 ms | 1394 KiB | 17 Q