Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_soap.h107 #define SOAP_CLASS 1 macro
H A Dsoap.c965 if (service->type == SOAP_CLASS) { in PHP_METHOD()
1001 service->type = SOAP_CLASS; in PHP_METHOD()
1059 } else if (service->type == SOAP_CLASS) { in PHP_METHOD()
1378 } else if (service->type == SOAP_CLASS) {
1464 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1466 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1498 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1500 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1502 if (service->type == SOAP_CLASS) {
1525 if (service->type == SOAP_CLASS) {
[all …]

Completed in 29 milliseconds