Home
last modified time | relevance | path

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

/PHP-5.4/ext/soap/
H A Dphp_soap.h112 #define SOAP_CLASS 1 macro
H A Dsoap.c1243 if (service->type == SOAP_CLASS) { in PHP_METHOD()
1284 service->type = SOAP_CLASS; in PHP_METHOD()
1354 } else if (service->type == SOAP_CLASS) { in PHP_METHOD()
1664 } else if (service->type == SOAP_CLASS) {
1792 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1794 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1841 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1843 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1845 if (service->type == SOAP_CLASS) {
1870 if (service->type == SOAP_CLASS) {
[all …]

Completed in 40 milliseconds