3v4l.org

run code in 300+ PHP versions simultaneously
<?php const APP_SECRET = 'ZlS7Mvj481jQNcjdWppl6kZ0^G7t2hjxxyFUVICz8xoMV4+j4k'; $auth_string = '18288821#2013-05-13 07:07:52'; $auth_hash = hash_hmac('sha256', $auth_string, APP_SECRET); var_dump($auth_hash);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Be6vF
function name:  (null)
number of ops:  13
compiled vars:  !0 = $auth_string, !1 = $auth_hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   DECLARE_CONST                                            'APP_SECRET', 'ZlS7Mvj481jQNcjdWppl6kZ0%5EG7t2hjxxyFUVICz8xoMV4%2Bj4k'
    4     1        ASSIGN                                                   !0, '18288821%232013-05-13+07%3A07%3A52'
    6     2        INIT_FCALL                                               'hash_hmac'
          3        SEND_VAL                                                 'sha256'
          4        SEND_VAR                                                 !0
          5        FETCH_CONSTANT                                   ~3      'APP_SECRET'
          6        SEND_VAL                                                 ~3
          7        DO_ICALL                                         $4      
          8        ASSIGN                                                   !1, $4
    8     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.48 ms | 1394 KiB | 17 Q