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.h108 #define SOAP_OBJECT 3 macro
H A Dsoap.c1104 service->type = SOAP_OBJECT; in PHP_METHOD()
1125 if (service->type == SOAP_OBJECT) { in PHP_METHOD()
1142 …if ((service->type != SOAP_OBJECT && service->type != SOAP_CLASS) || (f->common.fn_flags & ZEND_AC… in PHP_METHOD()
1450 if (service->type == SOAP_OBJECT) { 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()

Completed in 24 milliseconds