3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.45 ms | 1385 KiB | 15 Q