Searched refs:SOAP_PERSISTENCE_SESSION (Results 1 – 5 of 5) 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
19 const SOAP_PERSISTENCE_SESSION = UNKNOWN; define
921 if (value == SOAP_PERSISTENCE_SESSION || in PHP_METHOD()1344 if (service->soap_class.persistence == SOAP_PERSISTENCE_SESSION) {1382 if (service->soap_class.persistence == SOAP_PERSISTENCE_SESSION) {1462 if (service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) {1484 if (soap_obj && service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) {1524 if (soap_obj && service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) {
240 REGISTER_LONG_CONSTANT("SOAP_PERSISTENCE_SESSION", SOAP_PERSISTENCE_SESSION, CONST_PERSISTENT); in register_soap_symbols()
Completed in 33 milliseconds