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.c1040 if (service->type == SOAP_CLASS) { in PHP_METHOD()
1075 service->type = SOAP_CLASS; in PHP_METHOD()
1127 } else if (service->type == SOAP_CLASS) { in PHP_METHOD()
1453 } else if (service->type == SOAP_CLASS) { in PHP_METHOD()
1536 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) && in PHP_METHOD()
1538 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) { in PHP_METHOD()
1566 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) && in PHP_METHOD()
1568 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) { in PHP_METHOD()
1570 if (service->type == SOAP_CLASS) { in PHP_METHOD()
1587 if (service->type == SOAP_CLASS) { in PHP_METHOD()
[all …]

Completed in 19 milliseconds