3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.42 ms | 1395 KiB | 17 Q