Searched refs:SOAP_PERSISTENCE_SESSION (Results 1 – 3 of 3) sorted by relevance
2 SOAP Server 9: setclass and setpersistence(SOAP_PERSISTENCE_SESSION)21 $server->setpersistence(SOAP_PERSISTENCE_SESSION);
115 #define SOAP_PERSISTENCE_SESSION 1 macro
406 …REGISTER_LONG_CONSTANT("SOAP_PERSISTENCE_SESSION", SOAP_PERSISTENCE_SESSION, CONST_CS | CONST_PERS… in PHP_MINIT_FUNCTION()966 if (value == SOAP_PERSISTENCE_SESSION || in PHP_METHOD()1381 if (service->soap_class.persistence == SOAP_PERSISTENCE_SESSION) {1419 if (service->soap_class.persistence == SOAP_PERSISTENCE_SESSION) {1504 if (service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) {1527 if (soap_obj && service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) {1567 if (soap_obj && service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) {
Completed in 17 milliseconds