--TEST-- Bug #32941 (Sending structured exception kills a php) --SKIPIF-- --FILE-- soapenv:Server.userException service.EchoServiceException 105 string param steckovic EOF; } } ini_set("soap.wsdl_cache_enabled", 1); $client = new TestSoapClient(dirname(__FILE__).'/bug32941.wsdl', array("trace" => 1, 'exceptions' => 0)); $ahoj = $client->echoString('exception'); $client = new TestSoapClient(dirname(__FILE__).'/bug32941.wsdl', array("trace" => 1, 'exceptions' => 0)); $ahoj = $client->echoString('exception'); echo "ok\n"; ?> --EXPECT-- ok