3v4l.org

run code in 300+ PHP versions simultaneously
<?php $defaultPars["loginWS"] = "webservice"; $defaultPars["senhaWS"] = "1a77676a4bf882c75bce575b0aac605cf6b2da9e1486db9cb1ac94835828ae5f6e2d16bcc0a44f9"; $housesSoapClient = new SoapClient(null, array('location' => "http://sistemas.jtech.com.br/sansysSaoFranciscoSul/services2/dadosUnidadeComercial", 'uri' => "dadosUnidadeComercialWS.webservice.sansys.jtech.com.br")); $housesSoapJson = $defaultPars; $housesSoapJson["nuCpfCnpj"] = "009.482.669-29"; $strjson = json_encode($housesSoapJson); var_dump($strjson); $housesResult = $housesSoapClient->__soapCall("obterDadosUnidadeApenasComCpf", array($strjson)); var_dump($housesResult);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Class "SoapClient" not found in /in/gAsBP:4 Stack trace: #0 {main} thrown in /in/gAsBP on line 4
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:
55.22 ms | 401 KiB | 8 Q