3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); ini_set('display_errors', 1); $wsdl = 'https://webservices3.autotask.net/atservices/1.5/atws.wsdl'; $options = array( 'login' => $username, 'password' => $password, 'trace' => 1 ); $client = new SoapClient($wsdl, $options);

preferences:
37.12 ms | 402 KiB | 5 Q