3v4l.org

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