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, $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 ';' in /in/89AsS on line 4
Process exited with code 255.

preferences:
182.08 ms | 1395 KiB | 61 Q