Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_soap.h114 #define SOAP_OBJECT 3 macro
H A Dsoap.c1332 service->type = SOAP_OBJECT; in PHP_METHOD()
1358 if (service->type == SOAP_OBJECT) { in PHP_METHOD()
1379 …if ((service->type != SOAP_OBJECT && service->type != SOAP_CLASS) || (f->common.fn_flags & ZEND_AC… in PHP_METHOD()
1667 if (service->type == SOAP_OBJECT) {
1798 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1800 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1847 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1849 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {

Completed in 21 milliseconds