Home
last modified time | relevance | path

Searched refs:soap_test (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/soap/interop/
H A Dclient_round2_interop.php257 $result = $soap_test->result;
272 $test_name = $soap_test->test_name;
422 if ($this->useWSDL && !$soap_test->headers && !$soap_test->headers_expect) {
430 if ($soap_test->headers || $soap_test->headers_expect) {
431 …= $soap->__soapCall($soap_test->method_name,$soap_test->method_params,array('soapaction'=>$soapact…
442 $sent = $soap_test->expect;
443 … } else if (is_array($soap_test->method_params) && count($soap_test->method_params) == 1) {
446 … } else if (is_array($soap_test->method_params) && count($soap_test->method_params) == 0) {
454 if ($soap_test->headers || $soap_test->headers_expect) {
509 if ($soap_test->expect_fault) {
[all …]

Completed in 6 milliseconds