3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hashSecretWord = 'MDBhOWVkZWYtYzk4ZS00MTFlLWE2NTgtZWY4MDg2NGJlMTJl'; $hashSid = '901308474'; $hashOrder = '9093730211037'; $hashTotal = '22.00'; echo strtoupper(md5($hashSecretWord . $hashSid . $hashOrder . $hashTotal));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hJjv9
function name:  (null)
number of ops:  15
compiled vars:  !0 = $hashSecretWord, !1 = $hashSid, !2 = $hashOrder, !3 = $hashTotal
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'MDBhOWVkZWYtYzk4ZS00MTFlLWE2NTgtZWY4MDg2NGJlMTJl'
    4     1        ASSIGN                                                   !1, '901308474'
    5     2        ASSIGN                                                   !2, '9093730211037'
    6     3        ASSIGN                                                   !3, '22.00'
    8     4        INIT_FCALL                                               'strtoupper'
          5        INIT_FCALL                                               'md5'
          6        CONCAT                                           ~8      !0, !1
          7        CONCAT                                           ~9      ~8, !2
          8        CONCAT                                           ~10     ~9, !3
          9        SEND_VAL                                                 ~10
         10        DO_ICALL                                         $11     
         11        SEND_VAR                                                 $11
         12        DO_ICALL                                         $12     
         13        ECHO                                                     $12
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.16 ms | 1394 KiB | 17 Q