3v4l.org

run code in 300+ PHP versions simultaneously
<?php $client = new SoapClient( 'https://api.trafficvance.com/?v3=system.wsdl', array('soap_version' => '1.2', 'connect_timeout' => 10, 'compression' => (SOAP_COMPRESSION_ACCEPT | SOAP_COMPRESSION_GZIP), 'cache_wdsl' => WSDL_CACHE_NONE)); $header = new SoapHeader( 'https://api.trafficvance.com/?v3=system.wsdl', 'AuthenticateRequest', new SoapVar(array('apiKey' => '36f6a97958355c54a89536b582da396be0d43acc'), SOAP_ENC_OBJECT), true); $client->__setSoapHeaders($header); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Class "SoapClient" not found in /in/qbqcb:2 Stack trace: #0 {main} thrown in /in/qbqcb on line 2
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:
31.66 ms | 401 KiB | 8 Q