3v4l.org

run code in 300+ PHP versions simultaneously
<?php $av_sign = 'rjl'; $shop_id = 1; $order_number = 1; $amount = 0; 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/bCBSH
function name:  (null)
number of ops:  24
compiled vars:  !0 = $av_sign, !1 = $shop_id, !2 = $order_number, !3 = $amount
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'rjl'
    4     1        ASSIGN                                                   !1, 1
    5     2        ASSIGN                                                   !2, 1
    6     3        ASSIGN                                                   !3, 0
    8     4        INIT_FCALL                                               'strtoupper'
          5        INIT_FCALL                                               'md5'
          6        INIT_FCALL                                               'strtoupper'
          7        INIT_FCALL                                               'md5'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $8      
         10        INIT_FCALL                                               'md5'
         11        ADD                                              ~9      !1, !2
         12        ADD                                              ~10     ~9, !3
         13        SEND_VAL                                                 ~10
         14        DO_ICALL                                         $11     
         15        ADD                                              ~12     $8, $11
         16        SEND_VAL                                                 ~12
         17        DO_ICALL                                         $13     
         18        SEND_VAR                                                 $13
         19        DO_ICALL                                         $14     
         20        SEND_VAR                                                 $14
         21        DO_ICALL                                         $15     
         22        ECHO                                                     $15
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.96 ms | 1395 KiB | 17 Q