3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xmlstr = <<<XML <?xml version='1.0' standalone='yes'?> <movies> <movie> <title>PHP: Behind the Parser</title> <characters> <character> <name>Ms. Coder</name> <actor>Onlivia Actora</actor> </character> <character> <name>Mr. Coder</name> <actor>El Acter</actor> </character> </characters> <plot> So, this language. It's like, a programming language. Or is it a scripting language? All is revealed in this thrilling horror spoof of a documentary. </plot> <great-lines> <line>PHP solves all my web problems</line> </great-lines> <rating type="thumbs">7</rating> <rating type="stars">5</rating> </movie> </movies> XML; $movies = new SoapClient( ); echo $movies->movie[0]->plot; ?>
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
Fatal error: Uncaught Error: Class "SoapClient" not found in /in/bdEKQ:32 Stack trace: #0 {main} thrown in /in/bdEKQ on line 32
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Fatal error: Uncaught Error: Class 'SoapClient' not found in /in/bdEKQ:32 Stack trace: #0 {main} thrown in /in/bdEKQ on line 32
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
Fatal error: Class 'SoapClient' not found in /in/bdEKQ on line 32
Process exited with code 255.
Output for 5.3.0 - 5.3.29
Fatal error: Uncaught SoapFault exception: [Client] SoapClient::SoapClient(): Invalid parameters in /in/bdEKQ:32 Stack trace: #0 /in/bdEKQ(32): SoapClient->SoapClient() #1 {main} thrown in /in/bdEKQ on line 32
Process exited with code 255.
Output for 5.2.0 - 5.2.17
Warning: SoapClient::SoapClient() expects at least 1 parameter, 0 given in /in/bdEKQ on line 32 Fatal error: Uncaught SoapFault exception: [Client] SoapClient::SoapClient(): Invalid parameters in /in/bdEKQ:32 Stack trace: #0 /in/bdEKQ(32): SoapClient->SoapClient() #1 {main} thrown in /in/bdEKQ on line 32
Process exited with code 255.
Output for 5.0.5, 5.1.0 - 5.1.1, 5.1.3 - 5.1.6
Warning: SoapClient::__construct() expects at least 1 parameter, 0 given in /in/bdEKQ on line 32 Fatal error: Uncaught SoapFault exception: [Client] SoapClient::__construct(): Invalid parameters in /in/bdEKQ:32 Stack trace: #0 /in/bdEKQ(32): SoapClient->__construct() #1 {main} thrown in /in/bdEKQ on line 32
Process exited with code 255.
Output for 5.1.2
Warning: SoapClient::__construct() expects at least 1 parameter, 0 given in /in/bdEKQ on line 33 Fatal error: Uncaught SoapFault exception: [Client] SoapClient::__construct(): Invalid parameters in /in/bdEKQ:33 Stack trace: #0 /in/bdEKQ(33): SoapClient->__construct() #1 {main} thrown in /in/bdEKQ on line 33
Process exited with code 255.
Output for 5.0.4
Warning: SoapClient::__construct() expects at least 1 parameter, 0 given in /in/bdEKQ on line 32
Process exited with code 139.
Output for 5.0.3
Fatal error: Uncaught SoapFault exception: [SOAP-ENV:Client] SoapClient::__construct(): Invalid parameters. in /in/bdEKQ:32 Stack trace: #0 /in/bdEKQ(32): SoapClient->__construct() #1 {main} thrown in /in/bdEKQ on line 32
Process exited with code 255.
Output for 5.0.2
Fatal error: Uncaught SoapFault exception: [SOAP-ENV:Client] SoapClient::__construct(): Invalid parameters. in /in/bdEKQ:32 Stack trace: #0 {main} thrown in /in/bdEKQ on line 32
Process exited with code 255.
Output for 5.0.0 - 5.0.1
Fatal error: Uncaught SoapFault exception: [SOAP-ENV:Client] SoapClient::SoapClient(): Invalid parameters. in /in/bdEKQ:32 Stack trace: #0 {main} thrown in /in/bdEKQ on line 32
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.1, 4.4.3 - 4.4.9
Fatal error: Cannot instantiate non-existent class: soapclient in /in/bdEKQ on line 32
Process exited with code 255.
Output for 4.4.2
Fatal error: Cannot instantiate non-existent class: soapclient in /in/bdEKQ on line 33
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: soapclient in /in/bdEKQ on line 32

preferences:
275.69 ms | 401 KiB | 456 Q