3v4l.org

run code in 300+ PHP versions simultaneously
<?php $UpdateCH = new SoapClient("http://10.13.2.219:25894/ACGExternos/WS_Generico_ACG.asmx?wsdl",array("trace"=>1)); $UpdateCH_parm = new StdClass(); $UpdateCH_parm->req = new StdClass(); $UpdateCH_parm->req->Tipo = 2; $UpdateCH_parm->req->Id_Conta = 17; //Id_conta $UpdateCH_parm->req->ID_ContaPai = 18; //Id_contaPai $UpdateCH_parm->req->Id_Cliente = 2; $UpdateCH_parm->req->Descricao= "ABC"; //Apelido $UpdateCH_parm->req->CentroCusto = ""; $UpdateCH_parm->req->where = ""; $result = $UpdateCH->UpdateContasHierarquia($UpdateCH_parm);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Class "SoapClient" not found in /in/9NGVU:2 Stack trace: #0 {main} thrown in /in/9NGVU 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:
36.21 ms | 401 KiB | 8 Q