3v4l.org

run code in 300+ PHP versions simultaneously
<?php $requestParams = array( 'CityName' => 'Berlin', 'CountryName' => 'Germany' ); $client = new SoapClient('http://www.webservicex.net/globalweather.asmx?WSDL'); $response = $client->GetWeather($requestParams); print_r($response);

preferences:
34.44 ms | 402 KiB | 5 Q