3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr=array("account"=>"user12", "date"=>"2012-10-01 12:32:00", "paymentType"=>"mc", "projectId"=>"519", "sum"=>"10.00", "sign"=>"9bdf52a4830779a1383ac24f1b3ed054", "unitpayId"=>"1234567", "profit"=>"10.00"); ksort($arr); unset($arr["sign"]); echo md5(join(null,$arr)."72aea83f179236740bdc640bb3e944fc");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BeRsv
function name:  (null)
number of ops:  15
compiled vars:  !0 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   10     1        INIT_FCALL                                               'ksort'
          2        SEND_REF                                                 !0
          3        DO_ICALL                                                 
   11     4        UNSET_DIM                                                !0, 'sign'
   12     5        INIT_FCALL                                               'md5'
          6        INIT_FCALL                                               'join'
          7        SEND_VAL                                                 null
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $3      
         10        CONCAT                                           ~4      $3, '72aea83f179236740bdc640bb3e944fc'
         11        SEND_VAL                                                 ~4
         12        DO_ICALL                                         $5      
         13        ECHO                                                     $5
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.26 ms | 1394 KiB | 19 Q