3v4l.org

run code in 300+ PHP versions simultaneously
<?php $apikey='6b00538440c940329fe5ee6f96c6b263'; $apisecret='912a4bbd4714996afb8921f75b43c9d'; $nonce=1434405875; $uri='https://bittrex.com/api/v1.1/account/getbalances?apikey='.$apikey.'&nonce='.$nonce; echo $uri; $sign=hash_hmac('sha512',$uri,$apisecret); echo $sign; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KQFgi
function name:  (null)
number of ops:  16
compiled vars:  !0 = $apikey, !1 = $apisecret, !2 = $nonce, !3 = $uri, !4 = $sign
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '6b00538440c940329fe5ee6f96c6b263'
    3     1        ASSIGN                                                   !1, '912a4bbd4714996afb8921f75b43c9d'
    4     2        ASSIGN                                                   !2, 1434405875
    5     3        CONCAT                                           ~8      'https%3A%2F%2Fbittrex.com%2Fapi%2Fv1.1%2Faccount%2Fgetbalances%3Fapikey%3D', !0
          4        CONCAT                                           ~9      ~8, '%26nonce%3D'
          5        CONCAT                                           ~10     ~9, !2
          6        ASSIGN                                                   !3, ~10
    7     7        ECHO                                                     !3
    9     8        INIT_FCALL                                               'hash_hmac'
          9        SEND_VAL                                                 'sha512'
         10        SEND_VAR                                                 !3
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                         $12     
         13        ASSIGN                                                   !4, $12
   11    14        ECHO                                                     !4
   13    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.31 ms | 1394 KiB | 15 Q