Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_soap.h107 #define SOAP_OBJECT 3 macro
H A Dsoap.c1038 service->type = SOAP_OBJECT; in PHP_METHOD()
1062 if (service->type == SOAP_OBJECT) { in PHP_METHOD()
1079 …if ((service->type != SOAP_OBJECT && service->type != SOAP_CLASS) || (f->common.fn_flags & ZEND_AC… in PHP_METHOD()
1380 if (service->type == SOAP_OBJECT) {
1473 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1475 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1507 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1509 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {

Completed in 17 milliseconds