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); ?>
Output for 5.4.0 - 5.4.31
Parse error: syntax error, unexpected '?>', expecting ')' in /in/DYU02 on line 2
Process exited with code 255.
Output for 5.3.7 - 5.3.28
Parse error: syntax error, unexpected ';', expecting ')' in /in/DYU02 on line 2
Process exited with code 255.

preferences:
175.42 ms | 1395 KiB | 61 Q