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); echo md5(join(null,$arr)."72aea83f179236740bdc640bb3e944fc");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/d6Fqk
function name:  (null)
number of ops:  14
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        INIT_FCALL                                               'md5'
          5        INIT_FCALL                                               'join'
          6        SEND_VAL                                                 null
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $3      
          9        CONCAT                                           ~4      $3, '72aea83f179236740bdc640bb3e944fc'
         10        SEND_VAL                                                 ~4
         11        DO_ICALL                                         $5      
         12        ECHO                                                     $5
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.61 ms | 1394 KiB | 19 Q