Searched refs:SOAP_PERSISTENCE_SESSION (Results 1 – 3 of 3) sorted by relevance
2 SOAP Server 9: setclass and setpersistence(SOAP_PERSISTENCE_SESSION)25 $server->setpersistence(SOAP_PERSISTENCE_SESSION);
118 #define SOAP_PERSISTENCE_SESSION 1 macro
703 …REGISTER_LONG_CONSTANT("SOAP_PERSISTENCE_SESSION", SOAP_PERSISTENCE_SESSION, CONST_CS | CONST_PERS… in PHP_MINIT_FUNCTION()1279 if (value == SOAP_PERSISTENCE_SESSION || in PHP_METHOD()1699 if (service->soap_class.persistence == SOAP_PERSISTENCE_SESSION) {1773 if (service->soap_class.persistence == SOAP_PERSISTENCE_SESSION) {1866 if (service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) {1888 if (soap_obj && service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) {1927 if (soap_obj && service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) {
Completed in 24 milliseconds