Home
last modified time | relevance | path

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

/PHP-7.1/ext/soap/
H A Dphp_soap.h110 #define SOAP_CLASS 1 macro
H A Dsoap.c1276 if (service->type == SOAP_CLASS) { in PHP_METHOD()
1316 service->type = SOAP_CLASS; in PHP_METHOD()
1380 } else if (service->type == SOAP_CLASS) { in PHP_METHOD()
1695 } else if (service->type == SOAP_CLASS) {
1817 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1819 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1856 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1858 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1860 if (service->type == SOAP_CLASS) {
1882 if (service->type == SOAP_CLASS) {
[all …]

Completed in 18 milliseconds