3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array_postvalues = array( 'salutation'=>$salutation, 'firstName'=>$firstName, 'lastName'=>$lastName, 'userName'=>$userName, 'strQuotaBooked'=>$strQuotaBooked, 'strUserBooked'=>$strUserBooked, 'strKdnum'=>$strKdnum, 'strLnr'=>$strLnr, 'strVoucher'=>$strVoucher, 'street'=>$street, 'city'=>$city, 'plz'=>$plz, 'companyName'=>$companyName, 'phoneNr'=>$phoneNr ); $sspquery = http_build_query($array_postvalues); echo($sspquery); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DW6hE
function name:  (null)
number of ops:  21
compiled vars:  !0 = $array_postvalues, !1 = $salutation, !2 = $firstName, !3 = $lastName, !4 = $userName, !5 = $strQuotaBooked, !6 = $strUserBooked, !7 = $strKdnum, !8 = $strLnr, !9 = $strVoucher, !10 = $street, !11 = $city, !12 = $plz, !13 = $companyName, !14 = $phoneNr, !15 = $sspquery
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_ARRAY                                       ~16     !1, 'salutation'
    4     1        ADD_ARRAY_ELEMENT                                ~16     !2, 'firstName'
    5     2        ADD_ARRAY_ELEMENT                                ~16     !3, 'lastName'
    6     3        ADD_ARRAY_ELEMENT                                ~16     !4, 'userName'
    7     4        ADD_ARRAY_ELEMENT                                ~16     !5, 'strQuotaBooked'
    8     5        ADD_ARRAY_ELEMENT                                ~16     !6, 'strUserBooked'
    9     6        ADD_ARRAY_ELEMENT                                ~16     !7, 'strKdnum'
   10     7        ADD_ARRAY_ELEMENT                                ~16     !8, 'strLnr'
   11     8        ADD_ARRAY_ELEMENT                                ~16     !9, 'strVoucher'
   12     9        ADD_ARRAY_ELEMENT                                ~16     !10, 'street'
   13    10        ADD_ARRAY_ELEMENT                                ~16     !11, 'city'
   14    11        ADD_ARRAY_ELEMENT                                ~16     !12, 'plz'
   15    12        ADD_ARRAY_ELEMENT                                ~16     !13, 'companyName'
   16    13        ADD_ARRAY_ELEMENT                                ~16     !14, 'phoneNr'
    2    14        ASSIGN                                                   !0, ~16
   18    15        INIT_FCALL                                               'http_build_query'
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                         $18     
         18        ASSIGN                                                   !15, $18
   19    19        ECHO                                                     !15
   20    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.98 ms | 1399 KiB | 15 Q