Home
last modified time | relevance | path

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

/PHP-8.2/ext/soap/
H A Dphp_soap.h109 #define SOAP_OBJECT 3 macro
H A Dsoap.c984 service->type = SOAP_OBJECT; in PHP_METHOD()
1009 if (service->type == SOAP_OBJECT) { in PHP_METHOD()
1026 …if ((service->type != SOAP_OBJECT && service->type != SOAP_CLASS) || (f->common.fn_flags & ZEND_AC… in PHP_METHOD()
1334 if (service->type == SOAP_OBJECT) {
1422 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1424 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1452 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1454 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {

Completed in 15 milliseconds