3v4l.org

run code in 300+ PHP versions simultaneously
<?php $wsdl = "http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl"; $options = array('trace'=>1, 'exceptions'=> 1, 'cache_wsdl' => WSDL_CACHE_NONE, 'connection_timeout'=>10); libxml_disable_entity_loader(false); $client = new SoapClient($wsdl, $options); var_dump($client->__getLastRequest()); exit();

preferences:
37.5 ms | 405 KiB | 5 Q