Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_soap.h109 #define SOAP_CLASS 1 macro
H A Dsoap.c1245 if (service->type == SOAP_CLASS) { in PHP_METHOD()
1285 service->type = SOAP_CLASS; in PHP_METHOD()
1350 } else if (service->type == SOAP_CLASS) { in PHP_METHOD()
1669 } else if (service->type == SOAP_CLASS) {
1789 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1791 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1828 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1830 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1832 if (service->type == SOAP_CLASS) {
1854 if (service->type == SOAP_CLASS) {
[all …]

Completed in 45 milliseconds