3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = "https://beta.mir3.com/helpfiles/mir3_documents/inWebServices-3_4.wsdl"; $auth = array('username'=>'USERNAME', 'password'=>'PASSWORD'); $recipGroupTitle = '001-Den Haag'; function searchGroups($url, $auth, $recipGroupTitle){ $client = new SoapClient($url, array('trace'=>1)); $search = $client -> searchRecipientGroupsOp(array('apiVersion'=>'3.4' ,'authorization'=>$auth ,'startIndex'=>1 ,'maxResults'=>1 ,'includeDetail'=>true ,'query'=>array('and'=>array('recipientGroupTitle'=>$recipGroupTitle)) )); $result = $search -> searchRecipientGroupsResponse -> recipientGroupDetail; return $result; } searchGroups($url, $auth, $recipGroupTitle); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Class "SoapClient" not found in /in/nHg3R:7 Stack trace: #0 /in/nHg3R(18): searchGroups('https://beta.mi...', Array, '001-Den Haag') #1 {main} thrown in /in/nHg3R 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:
42.21 ms | 401 KiB | 8 Q