Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/
H A Dphp_soap.h109 #define SOAP_CLASS 1 macro
H A Dsoap.c1247 if (service->type == SOAP_CLASS) { in PHP_METHOD()
1287 service->type = SOAP_CLASS; in PHP_METHOD()
1351 } else if (service->type == SOAP_CLASS) { in PHP_METHOD()
1662 } else if (service->type == SOAP_CLASS) {
1784 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1786 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1823 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1825 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1827 if (service->type == SOAP_CLASS) {
1849 if (service->type == SOAP_CLASS) {
[all …]

Completed in 28 milliseconds