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.h103 #define SOAP_CLASS 1 macro
H A Dsoap.c1002 if (service->type == SOAP_CLASS) { in PHP_METHOD()
1042 service->type = SOAP_CLASS; in PHP_METHOD()
1102 } else if (service->type == SOAP_CLASS) { in PHP_METHOD()
1429 } else if (service->type == SOAP_CLASS) { in PHP_METHOD()
1512 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) && in PHP_METHOD()
1514 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) { in PHP_METHOD()
1542 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) && in PHP_METHOD()
1544 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) { in PHP_METHOD()
1546 if (service->type == SOAP_CLASS) { in PHP_METHOD()
1563 if (service->type == SOAP_CLASS) { in PHP_METHOD()
[all …]

Completed in 16 milliseconds