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

preferences:
176.72 ms | 1395 KiB | 68 Q