3v4l.org

run code in 300+ PHP versions simultaneously
<?php $wsdl = "http://merchantflo.transfirst.com/Merchant/API/TransFirst/GenericVAPPWebService.svc?wsdl"; /* Send VAPP Web Service request to VAPP->StartApplication */ try { $client = new SoapClient($wsdl, array('trace' => 1)); $model = array( 'dbaName'=> "Test Business", 'businesssPhone' => "3036258000", 'merchantEmailAddress' => "jdgfjdgh@fgfdggf.com", 'merchantFirstName' => "Adam", 'merchantLastName' => "Martin", 'address' => "1234 Test St", 'city' => "Torrance", 'State' => "CA", 'zip' => "90505", 'businessPhone' => "3036258000", 'organizationCode' => "CDG", 'templateAppId' => "108", 'inBizYears' => "1", 'inBizMonths' => "6", 'webUrl' => "www.google.com" ); $response = $client->StartApplication(array('model' => $model)); } catch (SoapFault $fault) { $webServiceFault = ("Start Application Fault string1: " . $fault->faultstring . "\r\n"); echo $webServiceFault; }
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Class "SoapClient" not found in /in/iDYhU:7 Stack trace: #0 {main} thrown in /in/iDYhU on line 7
Process exited with code 255.

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:
38.16 ms | 401 KiB | 8 Q