3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); ini_set('display_errors', 1); $wsdl = 'https://webservices4.autotask.net/atservices/1.5/atws.wsdl'; $options = array( 'stream_context' => stream_context_create(array( 'ssl' => array( 'verify_peer' => false))), ); $client = new SoapClient($wsdl, $options);

preferences:
43.44 ms | 402 KiB | 5 Q