3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = [ 'contractors_payments_1c_id' => 'er6545454' ,'suppliers_id' => 30 ,'contractors_payments_total' => 78000 ,'contractors_payments_date' => '2015-07-26 12:00:00' ,'contractors_payments_customers_id' => null ]; echo http_build_query(['data' => json_encode($x),'key' => '1c_secret_key']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZtSYq
function name:  (null)
number of ops:  11
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   10     1        INIT_FCALL                                               'http_build_query'
          2        INIT_FCALL                                               'json_encode'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        INIT_ARRAY                                       ~3      $2, 'data'
          6        ADD_ARRAY_ELEMENT                                ~3      '1c_secret_key', 'key'
          7        SEND_VAL                                                 ~3
          8        DO_ICALL                                         $4      
          9        ECHO                                                     $4
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.49 ms | 1394 KiB | 17 Q