3v4l.org

run code in 300+ PHP versions simultaneously
<?php $timestamp = 1408731998; $nonce = 1000127305; $domain = 'flixfling.com'; $method = 'app.login'; $hash = hash_hmac('sha256', $timestamp .';'.$domain .';'. $nonce .';'.$method, '63ae8627d1119113809c4c9a01d60e81', FALSE); print $hash;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sLArG
function name:  (null)
number of ops:  19
compiled vars:  !0 = $timestamp, !1 = $nonce, !2 = $domain, !3 = $method, !4 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1408731998
    3     1        ASSIGN                                                   !1, 1000127305
    4     2        ASSIGN                                                   !2, 'flixfling.com'
    5     3        ASSIGN                                                   !3, 'app.login'
    7     4        INIT_FCALL                                               'hash_hmac'
          5        SEND_VAL                                                 'sha256'
          6        CONCAT                                           ~9      !0, '%3B'
          7        CONCAT                                           ~10     ~9, !2
          8        CONCAT                                           ~11     ~10, '%3B'
          9        CONCAT                                           ~12     ~11, !1
         10        CONCAT                                           ~13     ~12, '%3B'
         11        CONCAT                                           ~14     ~13, !3
         12        SEND_VAL                                                 ~14
         13        SEND_VAL                                                 '63ae8627d1119113809c4c9a01d60e81'
         14        SEND_VAL                                                 <false>
         15        DO_ICALL                                         $15     
         16        ASSIGN                                                   !4, $15
    8    17        ECHO                                                     !4
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.59 ms | 1395 KiB | 15 Q