Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_soap.h106 #define SOAP_CLASS 1 macro
H A Dsoap.c1037 if (service->type == SOAP_CLASS) { in PHP_METHOD()
1072 service->type = SOAP_CLASS; in PHP_METHOD()
1124 } else if (service->type == SOAP_CLASS) { in PHP_METHOD()
1450 } else if (service->type == SOAP_CLASS) { in PHP_METHOD()
1533 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) && in PHP_METHOD()
1535 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) { in PHP_METHOD()
1563 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) && in PHP_METHOD()
1565 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) { in PHP_METHOD()
1567 if (service->type == SOAP_CLASS) { in PHP_METHOD()
1584 if (service->type == SOAP_CLASS) { in PHP_METHOD()
[all …]

Completed in 28 milliseconds