3v4l.org

run code in 300+ PHP versions simultaneously
<?php $client = new SoapClient('voice.cellsigma.com/service/?wsdl_v2'); $headers = array(); $headers[] = new SoapHeader('auth','Login','admin'); $headers[] = new SoapHeader('auth','Password','admin'); $client->__setSoapHeaders($headers); $obj_id = $client->getObjectId('System users', 'Customers/ Vendors;Administratio;System users'); echo $obj_id;
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Class "SoapClient" not found in /in/8LOPq:2 Stack trace: #0 {main} thrown in /in/8LOPq on line 2
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:
47.49 ms | 401 KiB | 8 Q