Searched refs:SOAP_OBJECT (Results 1 – 2 of 2) sorted by relevance
109 #define SOAP_OBJECT 3 macro
988 service->type = SOAP_OBJECT; in PHP_METHOD()1013 if (service->type == SOAP_OBJECT) { in PHP_METHOD()1030 …if ((service->type != SOAP_OBJECT && service->type != SOAP_CLASS) || (f->common.fn_flags & ZEND_AC… in PHP_METHOD()1338 if (service->type == SOAP_OBJECT) {1426 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&1428 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {1456 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&1458 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
Completed in 16 milliseconds