3v4l.org

run code in 300+ PHP versions simultaneously
<?php $customer = "HwM3V6eqEnOWrUdBhLF79N4iOwxI9Vh1Th0FbaAXres&pZPHkkVUQ7l9Ll2KSLUQQcb4gb1ASSUMSFbOVMM10g"; $foo = hash_hmac("sha1", $customer, false); echo base64_encode($foo); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/FTuGv
function name:  (null)
number of ops:  12
compiled vars:  !0 = $customer, !1 = $foo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'HwM3V6eqEnOWrUdBhLF79N4iOwxI9Vh1Th0FbaAXres%26pZPHkkVUQ7l9Ll2KSLUQQcb4gb1ASSUMSFbOVMM10g'
    4     1        INIT_FCALL                                               'hash_hmac'
          2        SEND_VAL                                                 'sha1'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 <false>
          5        DO_ICALL                                         $3      
          6        ASSIGN                                                   !1, $3
    5     7        INIT_FCALL                                               'base64_encode'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $5      
         10        ECHO                                                     $5
    7    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.11 ms | 1394 KiB | 17 Q