3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = array ( 'userId' => xxxx, // authentication userId 'loginToken' => 'xxxx', // authentication loginToken 'id' => "123456", 'section' => 'LotRental' ); $data_string = http_build_query($data); var_dump($data_string);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rBASR
function name:  (null)
number of ops:  14
compiled vars:  !0 = $data, !1 = $data_string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   FETCH_CONSTANT                                   ~2      'xxxx'
          1        INIT_ARRAY                                       ~3      ~2, 'userId'
    5     2        ADD_ARRAY_ELEMENT                                ~3      'xxxx', 'loginToken'
    6     3        ADD_ARRAY_ELEMENT                                ~3      '123456', 'id'
    7     4        ADD_ARRAY_ELEMENT                                ~3      'LotRental', 'section'
    3     5        ASSIGN                                                   !0, ~3
    9     6        INIT_FCALL                                               'http_build_query'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $5      
          9        ASSIGN                                                   !1, $5
   11    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.01 ms | 1394 KiB | 17 Q