3v4l.org

run code in 300+ PHP versions simultaneously
<?php $apikey = 'n2ye7pb8727q7yq4mmujfb5j'; $secret = '9VXY3mfsudRqaPkn6Y6XppGK'; $timestamp = gmdate('U'); // $sig = md5($apikey . $secret . $timestamp); echo "$sig\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Iaa8B
function name:  (null)
number of ops:  16
compiled vars:  !0 = $apikey, !1 = $secret, !2 = $timestamp, !3 = $sig
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'n2ye7pb8727q7yq4mmujfb5j'
    3     1        ASSIGN                                                   !1, '9VXY3mfsudRqaPkn6Y6XppGK'
    4     2        INIT_FCALL                                               'gmdate'
          3        SEND_VAL                                                 'U'
          4        DO_ICALL                                         $6      
          5        ASSIGN                                                   !2, $6
    5     6        INIT_FCALL                                               'md5'
          7        CONCAT                                           ~8      !0, !1
          8        CONCAT                                           ~9      ~8, !2
          9        SEND_VAL                                                 ~9
         10        DO_ICALL                                         $10     
         11        ASSIGN                                                   !3, $10
    8    12        NOP                                                      
         13        FAST_CONCAT                                      ~12     !3, '%0A'
         14        ECHO                                                     ~12
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.33 ms | 1394 KiB | 17 Q