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 + $shop_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/Z3HKK
function name:  (null)
number of ops:  26
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        ADD                                              ~10     !0, !1
         10        SEND_VAL                                                 ~10
         11        DO_ICALL                                         $11     
         12        INIT_FCALL                                               'md5'
         13        ADD                                              ~12     !2, !3
         14        ADD                                              ~13     ~12, !4
         15        SEND_VAL                                                 ~13
         16        DO_ICALL                                         $14     
         17        ADD                                              ~15     $11, $14
         18        SEND_VAL                                                 ~15
         19        DO_ICALL                                         $16     
         20        SEND_VAR                                                 $16
         21        DO_ICALL                                         $17     
         22        SEND_VAR                                                 $17
         23        DO_ICALL                                         $18     
         24        ECHO                                                     $18
         25      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.16 ms | 1395 KiB | 17 Q