3v4l.org

run code in 300+ PHP versions simultaneously
<?php $options = array( 'exceptions'=>true, 'trace'=>1, 'cache_wsdl'=>0 ); try{ $client = new SoapClient('http://wsf.cdyne.com/WeatherWS/Weather.asmx/GetWeatherInformation', $options); } catch(SoapFault $ex) { var_dump($ex); }

preferences:
44.96 ms | 402 KiB | 5 Q