Home
last modified time | relevance | path

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

/PHP-5.6/ext/soap/
H A Dphp_soap.h112 #define SOAP_CLASS 1 macro
H A Dsoap.c1272 if (service->type == SOAP_CLASS) { in PHP_METHOD()
1313 service->type = SOAP_CLASS; in PHP_METHOD()
1383 } else if (service->type == SOAP_CLASS) { in PHP_METHOD()
1690 } else if (service->type == SOAP_CLASS) {
1818 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1820 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1867 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1869 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1871 if (service->type == SOAP_CLASS) {
1896 if (service->type == SOAP_CLASS) {
[all …]

Completed in 17 milliseconds