3v4l.org

run code in 300+ PHP versions simultaneously
<?php $params = Array( Array( "id" => "6050", "family" => Array( "id" => 111, "family_type_id" => 97, "name" => "test_family " ), "category_id" => "1315", "part_number" => "test-part-number", "name" => "Test name", "description" => "Test description", "brand" => "Test brand name", "images" => Array( Array( "display_type" => "1", "url" => "http://www.image-url.test" ) ), "url" => "http://www.product-url.test", "status" => "1", "sale_price" => "406.4515", "recommended_price" => "506.4515", "min_sale_price" => "200.0000", "max_sale_price" => "700.0000", "availability" => Array( Array( "warehouse_id" => "1", "id" => "3" ) ), "handling_time" => Array( Array( "warehouse_id" => "1", "value" => "2" ) ), "stock" => Array( Array( "warehouse_id" => "1", "value" => "2" ) ), "commission" => Array( "type" => "percentage", "value" => "8" ), "vat_id" => "1", "characteristics" => Array( Array( "id" => "5213", "value" => "Characteristic 5213 value" ), Array( "id" => "1339", "value" => "Characteristic 1339 1st value" ), Array( "id" => "1339", "value" => " Characteristic 1339 2nd value" ) ) ) ); var_dump(http_build_query($params));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ILJlM
function name:  (null)
number of ops:  8
compiled vars:  !0 = $params
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   27     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'http_build_query'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        SEND_VAR                                                 $2
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.76 ms | 939 KiB | 18 Q