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); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $salutation in /in/DW6hE on line 3 Warning: Undefined variable $firstName in /in/DW6hE on line 4 Warning: Undefined variable $lastName in /in/DW6hE on line 5 Warning: Undefined variable $userName in /in/DW6hE on line 6 Warning: Undefined variable $strQuotaBooked in /in/DW6hE on line 7 Warning: Undefined variable $strUserBooked in /in/DW6hE on line 8 Warning: Undefined variable $strKdnum in /in/DW6hE on line 9 Warning: Undefined variable $strLnr in /in/DW6hE on line 10 Warning: Undefined variable $strVoucher in /in/DW6hE on line 11 Warning: Undefined variable $street in /in/DW6hE on line 12 Warning: Undefined variable $city in /in/DW6hE on line 13 Warning: Undefined variable $plz in /in/DW6hE on line 14 Warning: Undefined variable $companyName in /in/DW6hE on line 15 Warning: Undefined variable $phoneNr in /in/DW6hE on line 16

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
55.18 ms | 403 KiB | 8 Q