3v4l.org

run code in 300+ PHP versions simultaneously
<?php $wsdl = "https://merchantflo.transfirst.com/Merchant/API/TransFirst/GenericVAPPWebService.svc?singleWsdl"; /* 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"); fwrite($fh, $webServiceFault); header ( 'Location:' . $thankYouURL ); exit(); }
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught Error: Class "SoapClient" not found in /in/Rn8dt:7 Stack trace: #0 {main} thrown in /in/Rn8dt on line 7
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Fatal error: Uncaught Error: Class 'SoapClient' not found in /in/Rn8dt:7 Stack trace: #0 {main} thrown in /in/Rn8dt on line 7
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28
Fatal error: Class 'SoapClient' not found in /in/Rn8dt on line 7
Process exited with code 255.
Output for 5.3.0 - 5.3.29
Notice: Undefined variable: fh in /in/Rn8dt on line 31 Warning: fwrite() expects parameter 1 to be resource, null given in /in/Rn8dt on line 31 Notice: Undefined variable: thankYouURL in /in/Rn8dt on line 32 Warning: Cannot modify header information - headers already sent by (output started at /in/Rn8dt:31) in /in/Rn8dt on line 32
Process exited with code 255.
Output for 5.2.3 - 5.2.17
Notice: SoapClient::SoapClient(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/Rn8dt on line 7 Warning: SoapClient::SoapClient(): I/O warning : failed to load external entity "https://merchantflo.transfirst.com/Merchant/API/TransFirst/GenericVAPPWebService.svc?singleWsdl" in /in/Rn8dt on line 7 Notice: Undefined variable: fh in /in/Rn8dt on line 31 Warning: fwrite(): supplied argument is not a valid stream resource in /in/Rn8dt on line 31 Notice: Undefined variable: thankYouURL in /in/Rn8dt on line 32 Warning: Cannot modify header information - headers already sent by (output started at /in/Rn8dt:7) in /in/Rn8dt on line 32
Process exited with code 255.
Output for 5.2.0 - 5.2.2
Notice: SoapClient::SoapClient(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/Rn8dt on line 7 Warning: SoapClient::SoapClient(): I/O warning : failed to load external entity "https://merchantflo.transfirst.com/Merchant/API/TransFirst/GenericVAPPWebService.svc?singleWsdl" in /in/Rn8dt on line 7 Notice: Undefined variable: fh in /in/Rn8dt on line 31 Warning: fwrite(): supplied argument is not a valid stream resource in /in/Rn8dt on line 31 Notice: Undefined variable: thankYouURL in /in/Rn8dt on line 32
Process exited with code 255.
Output for 5.1.0 - 5.1.6
Notice: SoapClient::__construct(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/Rn8dt on line 7 Warning: SoapClient::__construct(): I/O warning : failed to load external entity "https://merchantflo.transfirst.com/Merchant/API/TransFirst/GenericVAPPWebService.svc?singleWsdl" in /in/Rn8dt on line 7 Notice: Undefined variable: fh in /in/Rn8dt on line 31 Warning: fwrite(): supplied argument is not a valid stream resource in /in/Rn8dt on line 31 Notice: Undefined variable: thankYouURL in /in/Rn8dt on line 32
Process exited with code 255.
Output for 5.0.5
Notice: SoapClient::__construct(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/Rn8dt on line 7 Notice: SoapClient::__construct(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/Rn8dt on line 7 Warning: I/O warning : failed to load external entity "https://merchantflo.transfirst.com/Merchant/API/TransFirst/GenericVAPPWebService.svc?singleWsdl" in /in/Rn8dt on line 7 Notice: Undefined variable: fh in /in/Rn8dt on line 31 Warning: fwrite(): supplied argument is not a valid stream resource in /in/Rn8dt on line 31 Notice: Undefined variable: thankYouURL in /in/Rn8dt on line 32
Process exited with code 255.
Output for 5.0.4
Notice: SoapClient::__construct(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/Rn8dt on line 7 Notice: SoapClient::__construct(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/Rn8dt on line 7 Warning: I/O warning : failed to load external entity "https://merchantflo.transfirst.com/Merchant/API/TransFirst/GenericVAPPWebService.svc?singleWsdl" in /in/Rn8dt on line 7 Notice: Undefined variable: fh in Unknown on line 0 Warning: (null)(): supplied argument is not a valid stream resource in Unknown on line 0 Notice: Undefined variable: thankYouURL in Unknown on line 0
Process exited with code 255.
Output for 5.0.0 - 5.0.3
Notice: Undefined variable: fh in Unknown on line 0 Warning: (null)(): supplied argument is not a valid stream resource in Unknown on line 0 Notice: Undefined variable: thankYouURL in Unknown on line 0
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected '{' in /in/Rn8dt on line 6
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected '{' in /in/Rn8dt on line 6
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/Rn8dt on line 6
Process exited with code 255.

preferences:
289.27 ms | 401 KiB | 401 Q