3v4l.org

run code in 300+ PHP versions simultaneously
<?php $apikey = 'n2ye7pb8727q7yq4mmujfb5j'; $secret = '9VXY3mfsudRqaPkn6Y6XppGK'; $timestamp = gmdate('U'); $sig = md5($apikey . $secret . $timestamp); echo "timestamp: $timestamp\n"; echo "sig: $sig\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iOmvu
function name:  (null)
number of ops:  21
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
    7    12        ROPE_INIT                                     3  ~13     'timestamp%3A+'
         13        ROPE_ADD                                      1  ~13     ~13, !2
         14        ROPE_END                                      2  ~12     ~13, '%0A'
         15        ECHO                                                     ~12
    8    16        ROPE_INIT                                     3  ~16     'sig%3A+'
         17        ROPE_ADD                                      1  ~16     ~16, !3
         18        ROPE_END                                      2  ~15     ~16, '%0A'
         19        ECHO                                                     ~15
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
198.46 ms | 1395 KiB | 17 Q