3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = "https://ri.test.msb.se/RapportServiceWS.svc?wsdl"; $opts = array( 'ssl' => array('ciphers'=>'RC4-SHA') //'ssl' => array('ciphers'=>'SSL_RSA_WITH_RC4_128_MD5') ); ini_set( "soap.wsdl_cache_enabled", "0" ); $client = new SoapClient($url, array ( 'soap_version' => SOAP_1_1, 'stream_context' => stream_context_create($opts), 'location' => 'https://ri.test.msb.se/RapportServiceWS.svc/basicHttpBinding', 'exceptions' => 1, 'trace' => 1 ) ); //$phpresponse = $client->Get(); //print $phpresponse->GetResult->Version; var_dump($client->__getTypes()); var_dump($client->__getFunctions()); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Class "SoapClient" not found in /in/Vd3mi:11 Stack trace: #0 {main} thrown in /in/Vd3mi on line 11
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:
57.58 ms | 401 KiB | 8 Q