3v4l.org

run code in 300+ PHP versions simultaneously
<?php $client = new SoapClient("http://www.scottnichol.com/samples/hellowsdl2.php?wsdl&debug=1",array( "trace"=>1, $obj = $client->hello(array('firstname'=>"Scott",'age'=>"50",'gender'=>"M")); $xml = simplexml_load_string($client->__getLastRequest()); $json= json_encode($xml); var_dump($xml); echo "<BR>"; var_dump ($json); ?>
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.24
Parse error: syntax error, unexpected ';', expecting ')' in /in/ju1MQ on line 4
Process exited with code 255.

preferences:
187 ms | 936 KiB | 62 Q