3v4l.org

run code in 300+ PHP versions simultaneously
<?php $mage_url = 'http://order.idrottssupport.se/api/?wsdl'; $mage_user = 'testAccount'; $mage_api_key = 'qweasdzxc'; $soap = new SoapClient( $mage_url ); $session_id = $soap->login( $mage_user, $mage_api_key ); echo $session_id; echo "\n"; $response = $soap->resources($session_id); echo json_encode($response); $resources = $soap->resources( $session_id ); $response = $soap->call($session_id, 'catalog_product.info', 15); echo implode("|",$response); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Class "SoapClient" not found in /in/RRSEs:7 Stack trace: #0 {main} thrown in /in/RRSEs on line 7
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
50.95 ms | 401 KiB | 8 Q