3v4l.org

run code in 300+ PHP versions simultaneously
<?php $av_sign = 'ExSKoODNiUcAngmCQUua'; $shop_sign = 'vYrwVlwJoekgMCpMqnBV'; $shop_id = 6855; $order_number = 1; $amount = 30000; echo strtoupper(MD5(strtoupper(MD5($av_sign) + MD5($shop_id + $order_number + $amount))));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lqTgr
function name:  (null)
number of ops:  25
compiled vars:  !0 = $av_sign, !1 = $shop_sign, !2 = $shop_id, !3 = $order_number, !4 = $amount
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'ExSKoODNiUcAngmCQUua'
    4     1        ASSIGN                                                   !1, 'vYrwVlwJoekgMCpMqnBV'
    5     2        ASSIGN                                                   !2, 6855
    6     3        ASSIGN                                                   !3, 1
    7     4        ASSIGN                                                   !4, 30000
    9     5        INIT_FCALL                                               'strtoupper'
          6        INIT_FCALL                                               'md5'
          7        INIT_FCALL                                               'strtoupper'
          8        INIT_FCALL                                               'md5'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $10     
         11        INIT_FCALL                                               'md5'
         12        ADD                                              ~11     !2, !3
         13        ADD                                              ~12     ~11, !4
         14        SEND_VAL                                                 ~12
         15        DO_ICALL                                         $13     
         16        ADD                                              ~14     $10, $13
         17        SEND_VAL                                                 ~14
         18        DO_ICALL                                         $15     
         19        SEND_VAR                                                 $15
         20        DO_ICALL                                         $16     
         21        SEND_VAR                                                 $16
         22        DO_ICALL                                         $17     
         23        ECHO                                                     $17
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.42 ms | 1395 KiB | 17 Q