3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.21 ms | 1393 KiB | 17 Q