3v4l.org

run code in 300+ PHP versions simultaneously
<?php $postData = array( "validate_data"=> true, "platform"=> "magento", "utoken"=> $utoken, "email"=> $email, "customer_name"=> $fname, "order_id"=> "NEED", "products"=> array( //THE SYNTAX ERROR IS IN THESE ARRAYS 'category'=> array( "url"=> $produrl, "name"=> $model ) ) ); var_dump(http_build_query($postData));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YTuM6
function name:  (null)
number of ops:  18
compiled vars:  !0 = $postData, !1 = $utoken, !2 = $email, !3 = $fname, !4 = $produrl, !5 = $model
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_ARRAY                                       ~6      <true>, 'validate_data'
    5     1        ADD_ARRAY_ELEMENT                                ~6      'magento', 'platform'
    6     2        ADD_ARRAY_ELEMENT                                ~6      !1, 'utoken'
    7     3        ADD_ARRAY_ELEMENT                                ~6      !2, 'email'
    8     4        ADD_ARRAY_ELEMENT                                ~6      !3, 'customer_name'
    9     5        ADD_ARRAY_ELEMENT                                ~6      'NEED', 'order_id'
   12     6        INIT_ARRAY                                       ~7      !4, 'url'
   13     7        ADD_ARRAY_ELEMENT                                ~7      !5, 'name'
          8        INIT_ARRAY                                       ~8      ~7, 'category'
          9        ADD_ARRAY_ELEMENT                                ~6      ~8, 'products'
    3    10        ASSIGN                                                   !0, ~6
   17    11        INIT_FCALL                                               'var_dump'
         12        INIT_FCALL                                               'http_build_query'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                         $10     
         15        SEND_VAR                                                 $10
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.83 ms | 1394 KiB | 17 Q