Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_soap.h112 #define SOAP_CLASS 1 macro
H A Dsoap.c1249 if (service->type == SOAP_CLASS) { in PHP_METHOD()
1290 service->type = SOAP_CLASS; in PHP_METHOD()
1360 } else if (service->type == SOAP_CLASS) { in PHP_METHOD()
1670 } else if (service->type == SOAP_CLASS) {
1798 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1800 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1847 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1849 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1851 if (service->type == SOAP_CLASS) {
1876 if (service->type == SOAP_CLASS) {
[all …]

Completed in 16 milliseconds